Skip to content

Commit d604ac0

Browse files
author
Sam Phippen
committed
Docs
1 parent 20bf0db commit d604ac0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/rspec/rails/configuration.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ class Configuration
3636
:feature => %w[spec features]
3737
}
3838

39+
# Sets up the different example group modules for the different spec types
40+
#
41+
# @api private
3942
def self.add_test_type_configurations(config)
4043
config.include RSpec::Rails::ControllerExampleGroup, :type => :controller
4144
config.include RSpec::Rails::HelperExampleGroup, :type => :helper

0 commit comments

Comments
 (0)