Class: RSpec::Core::Example
- Inherits:
-
Object
- Object
- RSpec::Core::Example
- Defined in:
- lib/rspec-do_action.rb
Instance Method Summary collapse
- #run_before_example_with_action ⇒ Object (also: #run_before_example, #run_before_each)
Instance Method Details
#run_before_example_with_action ⇒ Object Also known as: run_before_example, run_before_each
51 52 53 54 |
# File 'lib/rspec-do_action.rb', line 51 def run_before_example_with_action run_before_example_without_action example_group_instance.send(:auto_do_action_once) end |