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