Module: Oktobertest::Scope::Capybara

Included in:
Oktobertest::Scope
Defined in:
lib/oktobertest/capybara.rb

Instance Method Summary collapse

Instance Method Details

#initialize(name = nil, &block) ⇒ Object



7
8
9
10
# File 'lib/oktobertest/capybara.rb', line 7

def initialize(name = nil, &block)
  super
  teardown { Capybara.reset_sessions! }
end