-
Notifications
You must be signed in to change notification settings - Fork 53
Home
James Chevalier edited this page Jun 23, 2020
·
2 revisions
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