diff --git a/tracks/test/functional/todos_controller_test.rb b/tracks/test/functional/todos_controller_test.rb index ba02daaa..4720ec9c 100644 --- a/tracks/test/functional/todos_controller_test.rb +++ b/tracks/test/functional/todos_controller_test.rb @@ -81,7 +81,7 @@ class TodosControllerTest < Test::Unit::TestCase @user = User.find(@request.session['user_id']) @tagged = Todo.find_tagged_with('foo', @user).size get :tag, :id => 'foo' - assert_success + assert_response :success assert_equal 2, @tagged end