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_action(*args) ⇒ Object Also known as: run_before_example, run_before_each



56
57
58
59
# File 'lib/rspec-do_action.rb', line 56

def run_before_example_with_action(*args)
  run_before_example_without_action
  example_group_instance.send(:invoke_do_action_once, self, force: false)
end