Method: RSpec::Core::Example#example_group
- Defined in:
- lib/rspec/core/example.rb
permalink #example_group ⇒ void
Returns the example group class that provides the context for running this example.
230 231 232 |
# File 'lib/rspec/core/example.rb', line 230 def example_group @example_group_class end |