Method: RSpec::Core::Configuration#on_example_group_definition_callbacks
- Defined in:
- lib/rspec/core/configuration.rb
#on_example_group_definition_callbacks ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns an array of blocks to call before defining an example group
2120 2121 2122 |
# File 'lib/rspec/core/configuration.rb', line 2120 def on_example_group_definition_callbacks @on_example_group_definition_callbacks ||= [] end |