Sha256: b45f8bb5c87547e4171b8f7396470bbce45437b7a3c31e82b37470afdac6f45a

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

AfterConfiguration do |config|
  puts("Tests are being executed from: #{config.feature_dirs}")
end

Before do
  @browser = Symbiont::Browser.start
end

After do
  #Symbiont::Browser.stop
end

at_exit do
  Symbiont::Browser.stop
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.2.1 specs/common/support/events.rb
symbiont-0.2.0 specs/common/support/events.rb