This commit is contained in:
Carsten Otto 2015-03-25 10:12:06 +01:00 committed by Reinier Balt
parent 6017637abc
commit 12ee2ed5e3

View file

@ -266,7 +266,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!