rails--rails/railties/test
Kasper Timm Hansen 5aea0952e7 Pass `rails runner` args onto file again.
When making the new command insfrastructure I had missed that
`bin/rails runner some_file.rb some args` would pass the extra
args onto the file in `ARGV`.

Now fixed by allowing the command to take extra args again, and
make sure to remove the file name from `ARGV`.
2016-11-20 16:02:39 +01:00
..
application Pass `rails runner` args onto file again. 2016-11-20 16:02:39 +01:00
commands
configuration
engine
fixtures
generators
isolation
railties
test_unit
abstract_unit.rb
app_loader_test.rb
backtrace_cleaner_test.rb
code_statistics_calculator_test.rb
code_statistics_test.rb
engine_test.rb
env_helpers.rb
generators_test.rb
initializable_test.rb
json_params_parsing_test.rb
path_generation_test.rb
paths_test.rb
rack_logger_test.rb
rails_info_controller_test.rb
rails_info_test.rb
version_test.rb