mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fixup trailing whitespace, per complaints from CodeClimate.
This commit is contained in:
parent
a06a643e05
commit
9bc6178e00
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module ApplicationTests
|
|||
end
|
||||
|
||||
def test_should_set_argv_when_running_code
|
||||
output = Dir.chdir(app_path) {
|
||||
output = Dir.chdir(app_path) {
|
||||
# Both long and short args, at start and end of ARGV
|
||||
`bin/rails runner "puts ARGV.join(',')" --foo a1 -b a2 a3 --moo`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue