mirror of
https://github.com/redmine/redmine.git
synced 2025-10-30 18:06:30 +01:00
Remove trailing whitespaces from test (#31506).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -47,7 +47,7 @@ class CustomFieldEnumerationsControllerTest < Redmine::ControllerTest
|
||||
post :create, :params => {
|
||||
:custom_field_id => @field.id,
|
||||
:custom_field_enumeration => {
|
||||
:name => 'Baz'
|
||||
:name => 'Baz'
|
||||
}
|
||||
}
|
||||
assert_redirected_to "/custom_fields/#{@field.id}/enumerations"
|
||||
@@ -65,7 +65,7 @@ class CustomFieldEnumerationsControllerTest < Redmine::ControllerTest
|
||||
post :create, :params => {
|
||||
:custom_field_id => @field.id,
|
||||
:custom_field_enumeration => {
|
||||
:name => 'Baz'
|
||||
:name => 'Baz'
|
||||
}
|
||||
},
|
||||
:xhr => true
|
||||
@@ -81,13 +81,13 @@ class CustomFieldEnumerationsControllerTest < Redmine::ControllerTest
|
||||
:position => "1",
|
||||
:name => "Baz",
|
||||
:active => "1"
|
||||
},
|
||||
},
|
||||
@foo.id.to_s => {
|
||||
:position => "2",
|
||||
:name => "Foo",
|
||||
:active => "0"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
assert_response 302
|
||||
|
||||
Reference in New Issue
Block a user