We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the rails-controller-testing wiki!
RSpec.configure do |config| [:controller, :view, :request].each do |type| config.include ::Rails::Controller::Testing::TestProcess, :type => type config.include ::Rails::Controller::Testing::TemplateAssertions, :type => type config.include ::Rails::Controller::Testing::Integration, :type => type end end