rails/railties/test
Tsukuru Tanimichi 592c06d7cb Add :skip_sprockets to Rails::PluginBuilder::PASSTHROUGH_OPTIONS
`rails plugin new` with `--full` and `--skip-sprockets` options generates a dummy application that throws `NoMethodError`.

```
% rails plugin new my_engine -S --full --skip-gemspec
% cd my_engine
% bin/rails test
rails aborted!
NoMethodError: undefined method `assets' for #<Rails::Application::Configuration:0x007f83aa1e6100>
```
2016-11-14 20:56:49 +09:00
..
application Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
commands Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
configuration normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
engine add missing require rake 2016-08-11 20:54:23 +09:00
fixtures normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
generators Add :skip_sprockets to Rails::PluginBuilder::PASSTHROUGH_OPTIONS 2016-11-14 20:56:49 +09:00
isolation Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
railties Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
test_unit normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
abstract_unit.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
app_loader_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
backtrace_cleaner_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
code_statistics_calculator_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
code_statistics_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
engine_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
env_helpers.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
generators_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
initializable_test.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
json_params_parsing_test.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
path_generation_test.rb Add more rubocop rules about whitespaces 2016-10-29 01:17:49 -02:00
paths_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
rack_logger_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
rails_info_controller_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
rails_info_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
version_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00