Remove trailing space characters
Trailing space characters do nothing except take up disk space, they should be removed
This commit is contained in:
@@ -246,9 +246,9 @@ class BulkUpdateRequestTest < ActiveSupport::TestCase
|
||||
context "a script with extra whitespace" do
|
||||
should "validate" do
|
||||
@script = %{
|
||||
create alias aaa -> 000
|
||||
create alias aaa -> 000
|
||||
|
||||
create alias bbb -> 111
|
||||
create alias bbb -> 111
|
||||
}
|
||||
|
||||
@bur = create(:bulk_update_request, script: @script)
|
||||
|
||||
Reference in New Issue
Block a user