Sha256: 580b7e4c172e058680d4995ef77e503185d14b517989557a398bf8aabeee38e4
Contents?: true
Size: 378 Bytes
Versions: 16
Compression:
Stored size: 378 Bytes
Contents
# Config for your application module <%= formatted_name %> module Config # Main URL of your application under test URL = <%= formatted_url %> end end RSpec.configure do |config| config.before :all do # WatirSplash::Browser.new end config.after(:all) do WatirSplash::Browser.current.close if WatirSplash::Browser.current end end
Version data entries
16 entries across 16 versions & 1 rubygems