mirror of
https://github.com/redmine/redmine.git
synced 2025-11-01 19:05:51 +01:00
Replaced "can't" with "cannot" in error messages.
git-svn-id: http://svn.redmine.org/redmine/trunk@13781 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -62,7 +62,7 @@ class IssueStatusesControllerTest < ActionController::TestCase
|
||||
post :create, :issue_status => {:name => ''}
|
||||
assert_response :success
|
||||
assert_template 'new'
|
||||
assert_select_error /name #{ESCAPED_CANT} be blank/i
|
||||
assert_select_error /name cannot be blank/i
|
||||
end
|
||||
|
||||
def test_edit
|
||||
@@ -82,7 +82,7 @@ class IssueStatusesControllerTest < ActionController::TestCase
|
||||
put :update, :id => '3', :issue_status => {:name => ''}
|
||||
assert_response :success
|
||||
assert_template 'edit'
|
||||
assert_select_error /name #{ESCAPED_CANT} be blank/i
|
||||
assert_select_error /name cannot be blank/i
|
||||
end
|
||||
|
||||
def test_destroy
|
||||
|
||||
Reference in New Issue
Block a user