diff options
Diffstat (limited to 'test/system/issues_test.rb')
-rw-r--r-- | test/system/issues_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index b987a95a1..6d19b65df 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -46,7 +46,7 @@ class IssuesSystemTest < ApplicationSystemTestCase assert_kind_of Issue, issue # check redirection - find 'div#flash_notice', :visible => true, :text => "Issue \##{issue.id} created." + find 'div#flash_notice', :visible => true, :text => "Issue ##{issue.id} created." assert_equal issue_path(:id => issue), current_path # check issue attributes |