mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 23:11:12 +00:00
code cleanup: rubocop: fix Layout/EmptyLines in test/functional/project_enumerations_controller_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18740 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c21f5cf828
commit
35a4d23ced
@ -108,7 +108,6 @@ Layout/EmptyLines:
|
|||||||
- 'db/migrate/001_setup.rb'
|
- 'db/migrate/001_setup.rb'
|
||||||
- 'lib/redmine/sudo_mode.rb'
|
- 'lib/redmine/sudo_mode.rb'
|
||||||
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
- 'lib/redmine/wiki_formatting/textile/redcloth3.rb'
|
||||||
- 'test/functional/project_enumerations_controller_test.rb'
|
|
||||||
- 'test/helpers/application_helper_test.rb'
|
- 'test/helpers/application_helper_test.rb'
|
||||||
- 'test/unit/query_test.rb'
|
- 'test/unit/query_test.rb'
|
||||||
|
|
||||||
|
|||||||
@ -109,7 +109,6 @@ class ProjectEnumerationsControllerTest < Redmine::ControllerTest
|
|||||||
})
|
})
|
||||||
assert project_activity_two.save
|
assert project_activity_two.save
|
||||||
|
|
||||||
|
|
||||||
put :update, :params => {
|
put :update, :params => {
|
||||||
:project_id => 1,
|
:project_id => 1,
|
||||||
:enumerations => {
|
:enumerations => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user