mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 00:06:01 +01:00
code cleanup: rubocop: fix Layout/SpaceInsideStringInterpolation in test/functional/issues_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18610 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -467,7 +467,6 @@ Layout/SpaceInsideStringInterpolation:
|
|||||||
- 'app/models/mail_handler.rb'
|
- 'app/models/mail_handler.rb'
|
||||||
- 'lib/redmine/core_ext/string/inflections.rb'
|
- 'lib/redmine/core_ext/string/inflections.rb'
|
||||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||||
- 'test/functional/issues_controller_test.rb'
|
|
||||||
- 'test/integration/admin_test.rb'
|
- 'test/integration/admin_test.rb'
|
||||||
|
|
||||||
Lint/AmbiguousBlockAssociation:
|
Lint/AmbiguousBlockAssociation:
|
||||||
|
|||||||
@@ -5091,7 +5091,7 @@ class IssuesControllerTest < Redmine::ControllerTest
|
|||||||
mail = ActionMailer::Base.deliveries.last
|
mail = ActionMailer::Base.deliveries.last
|
||||||
assert_mail_body_match "Status changed from New to Assigned", mail
|
assert_mail_body_match "Status changed from New to Assigned", mail
|
||||||
# subject should contain the new status
|
# subject should contain the new status
|
||||||
assert mail.subject.include?("(#{ IssueStatus.find(2).name })")
|
assert mail.subject.include?("(#{IssueStatus.find(2).name})")
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_put_update_with_note_only
|
def test_put_update_with_note_only
|
||||||
|
|||||||
Reference in New Issue
Block a user