Class: Spec::Runner::Options

Inherits:
Object
  • Object
show all
Defined in:
lib/polonium/adapters/rspec.rb

Instance Method Summary collapse

Instance Method Details

#run_examples_with_selenium_runner(*args) ⇒ Object



24
25
26
27
28
# File 'lib/polonium/adapters/rspec.rb', line 24

def run_examples_with_selenium_runner(*args)
  success = run_examples_without_selenium_runner(*args)
  Polonium::Adapters::Rspec.stop_selenium success
  success
end