diff options
author | Robert Thau <rst@smartleaf.com> | 2017-03-22 12:36:27 -0400 |
---|---|---|
committer | Robert Thau <rst@smartleaf.com> | 2017-03-22 12:36:27 -0400 |
commit | 9bc6178e008714828969dcaf1cfde8f62dc9d41f (patch) | |
tree | 54f93c00a5efe6421c425a4483bdb6b3bc168994 /railties | |
parent | a06a643e0572b8c983738c068ae637d020188c97 (diff) | |
download | rails-9bc6178e008714828969dcaf1cfde8f62dc9d41f.tar.gz rails-9bc6178e008714828969dcaf1cfde8f62dc9d41f.tar.bz2 rails-9bc6178e008714828969dcaf1cfde8f62dc9d41f.zip |
Fixup trailing whitespace, per complaints from CodeClimate.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/test/application/runner_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/runner_test.rb b/railties/test/application/runner_test.rb index e8fac442bd..0c45bc398a 100644 --- a/railties/test/application/runner_test.rb +++ b/railties/test/application/runner_test.rb @@ -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` } |