summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/functional/issues_controller_test.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index 6e597ffc9..352f5cedf 100644
--- a/test/functional/issues_controller_test.rb
+++ b/test/functional/issues_controller_test.rb
@@ -3353,7 +3353,9 @@ class IssuesControllerTest < Redmine::ControllerTest
end
issue = Issue.order('id DESC').first
- assert_redirected_to :controller => 'issues', :action => 'new', :project_id => 'ecookbook', :issue => {:tracker_id => 3}
+ assert_redirected_to :controller => 'issues',
+ :action => 'new', :project_id => 'ecookbook',
+ :issue => {:tracker_id => 3}
assert_not_nil flash[:notice], "flash was not set"
assert_select_in flash[:notice],
'a[href=?][title=?]', "/issues/#{issue.id}",