• R
    integration_tool defaults to :test_unit · be0b218c
    Ryan Bigg 提交于
    As per railties/lib/rails/test_unit/railtie.rb, where it sets it explicitly.
    
    This can be confirmed by starting a new Rails console session in a new app and running this code:
    
    Rails.application.config.app_generators.rails[:integration_tool]
    
    I also beefed up the documentation slightly to be more explicit about what this configuration setting does.
    be0b218c
configuring.md 66.4 KB