We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bf0db commit d604ac0Copy full SHA for d604ac0
lib/rspec/rails/configuration.rb
@@ -36,6 +36,9 @@ class Configuration
36
:feature => %w[spec features]
37
}
38
39
+ # Sets up the different example group modules for the different spec types
40
+ #
41
+ # @api private
42
def self.add_test_type_configurations(config)
43
config.include RSpec::Rails::ControllerExampleGroup, :type => :controller
44
config.include RSpec::Rails::HelperExampleGroup, :type => :helper
0 commit comments