mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
cleanup: rubocop: fix Layout/EmptyLines in test/helpers/application_helper_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19218 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c19550ddc1
commit
141b07d0c7
@ -52,7 +52,6 @@ Layout/EmptyLines:
|
|||||||
- 'config/routes.rb'
|
- 'config/routes.rb'
|
||||||
- 'db/migrate/001_setup.rb'
|
- 'db/migrate/001_setup.rb'
|
||||||
- 'lib/redmine/sudo_mode.rb'
|
- 'lib/redmine/sudo_mode.rb'
|
||||||
- 'test/helpers/application_helper_test.rb'
|
|
||||||
|
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: EnforcedStyle.
|
# Configuration parameters: EnforcedStyle.
|
||||||
|
|||||||
@ -1893,7 +1893,6 @@ class ApplicationHelperTest < Redmine::HelperTest
|
|||||||
assert_match(/name="new_issue-[a-z0-9]{8}"/, labelled_form_for(Issue.new){})
|
assert_match(/name="new_issue-[a-z0-9]{8}"/, labelled_form_for(Issue.new){})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def wiki_links_with_special_characters
|
def wiki_links_with_special_characters
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user