• A
    Update test generators to use ActionDispatch::IntegrationTest · 98a039dc
    Abdelkader Boudih 提交于
    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.
    98a039dc
namespaced_generators_test.rb 16.5 KB