1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test/generators
yuuji.yaginuma 1269795ae2 use active_support/testing/autorun in bin/test script
29f0fbd5db has changed that always call
`Minitest.autorun` in `active_support/testing/autorun`.

Therefore, when used directly `Minitest.run`, tests are performed twice.
2016-09-27 19:34:58 +09:00
..
actions_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
api_app_generator_test.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
app_generator_test.rb fix broken generators test 2016-09-14 12:26:56 +09:00
argv_scrubber_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
assets_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
channel_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
controller_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
create_migration_test.rb remove redundant curlies from hash arguments 2016-08-06 19:44:11 +02:00
generated_attribute_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
generator_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
generators_test_helper.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
helper_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
integration_test_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
job_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
mailer_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
migration_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
model_generator_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
named_base_test.rb improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
namespaced_generators_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
orm_test.rb
plugin_generator_test.rb fix broken generators test 2016-09-14 12:26:56 +09:00
plugin_test_helper.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
plugin_test_runner_test.rb use active_support/testing/autorun in bin/test script 2016-09-27 19:34:58 +09:00
resource_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
scaffold_controller_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
scaffold_generator_test.rb modernizes hash syntax in railties 2016-08-06 19:38:55 +02:00
shared_generator_tests.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
task_generator_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00
test_runner_in_engine_test.rb applies new string literal convention in railties/test 2016-08-06 19:16:09 +02:00