Class: RSpec::Core::Example

Inherits:
Object
  • Object
show all
Defined in:
lib/rspec-do_action.rb

Instance Method Summary collapse

Instance Method Details

#run_before_example_with_actionObject 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