This commit is contained in:
Carsten Otto 2015-03-25 10:12:06 +01:00
parent cfdafc69e3
commit 1609546aa1

View file

@ -267,7 +267,7 @@ class TodoTest < ActiveSupport::TestCase
assert !@not_completed1.starred?
end
def test_hidden_todo_remains_hidden_after_getting_unblokked
def test_hidden_todo_remains_hidden_after_getting_unblocked
todo = todos(:call_bill)
project=todo.project
project.hide!