diff options
Diffstat (limited to 'test/functional/issues_controller_test.rb')
-rw-r--r-- | test/functional/issues_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index da8118668..4f644d522 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -96,7 +96,7 @@ class IssuesControllerTest < Test::Unit::TestCase def test_changes get :changes, :project_id => 1 assert_response :success - assert_not_nil assigns(:changes) + assert_not_nil assigns(:journals) assert_equal 'application/atom+xml', @response.content_type end |