1
0
Fork 0
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:
Robert Thau 2017-03-22 12:36:27 -04:00
parent a06a643e05
commit 9bc6178e00

View file

@ -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`
}