all non-cucumber tests are passing

This commit is contained in:
Reinier Balt 2012-04-27 14:22:16 +02:00
parent 13b58f3a10
commit 63175c115b
46 changed files with 248 additions and 505 deletions

View file

@ -246,13 +246,6 @@ class Todo < ActiveRecord::Base
defer! if active? && !date.blank? && date > user.date
end
def self.feed_options(user)
{
:title => 'Tracks Actions',
:description => "Actions for #{user.display_name}"
}
end
def starred?
return has_tag?(STARRED_TAG_NAME)
end