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
Abdelkader Boudih 98a039dcd9 Update test generators to use ActionDispatch::IntegrationTest
In Rails 5.1 `ActionController::TestCase` will be moved out of Rails
into it's own gem. Please use `ActionDispatch::IntegrationTest` going
forward.

This changes the generators to use `ActionDispatch::IntegrationTest` and
the required URL setup (rather than symbols) for each of the controller
actions.

Updated fix to #22076.
2015-12-15 15:19:16 -05:00
..
actions_test.rb Route generator should be idempotent - closes #22082 2015-10-31 01:16:38 -02:00
api_app_generator_test.rb Do not default to any Serializer 2015-12-15 16:46:02 -03:00
app_generator_test.rb Update web-console to 3.0.0 2015-12-13 18:10:46 +01:00
argv_scrubber_test.rb
assets_generator_test.rb
controller_generator_test.rb fix indent in routes when using namespaced controllers 2015-04-14 09:34:51 +09:00
create_migration_test.rb
generated_attribute_test.rb
generator_generator_test.rb
generator_test.rb
generators_test_helper.rb Cleaned up generators tests using internal assertion helper 2015-08-20 09:22:56 +05:30
helper_generator_test.rb
integration_test_generator_test.rb
job_generator_test.rb Add explicit base class for ActiveJob jobs 2015-03-23 22:37:11 +01:00
mailer_generator_test.rb add mailer suffix to comments for email previews 2015-03-15 08:57:06 +09:00
migration_generator_test.rb Ensure generated migrations include a version number 2015-12-15 17:18:09 +10:30
model_generator_test.rb Ensure generated migrations include a version number 2015-12-15 17:18:09 +10:30
named_base_test.rb Removed duplicate requiring minitest/mock as it is already required in method_call_assertions 2015-08-26 19:43:54 +05:30
namespaced_generators_test.rb Update test generators to use ActionDispatch::IntegrationTest 2015-12-15 15:19:16 -05:00
orm_test.rb
plugin_generator_test.rb Remove test_files check from plugin checks 2015-12-04 01:55:50 -02:00
plugin_test_helper.rb show relative path the rerun snippet of test runner in rails engine 2015-12-10 16:08:37 +09:00
plugin_test_runner_test.rb show relative path the rerun snippet of test runner in rails engine 2015-12-10 16:08:37 +09:00
resource_generator_test.rb Update test generators to use ActionDispatch::IntegrationTest 2015-12-15 15:19:16 -05:00
scaffold_controller_generator_test.rb Update test generators to use ActionDispatch::IntegrationTest 2015-12-15 15:19:16 -05:00
scaffold_generator_test.rb Update test generators to use ActionDispatch::IntegrationTest 2015-12-15 15:19:16 -05:00
shared_generator_tests.rb Remove unneeded generator variable. 2015-09-22 18:07:00 +02:00
task_generator_test.rb
test_runner_in_engine_test.rb show relative path the rerun snippet of test runner in rails engine 2015-12-10 16:08:37 +09:00