Sha256: 8482e86ba1bba73c10ed9ce8ba009e2b16684b96f1a47d8e06fafa1f43d3d440

Contents?: true

Size: 362 Bytes

Versions: 16

Compression:

Stored size: 362 Bytes

Contents

require "rubygems"
require "bundler"
Bundler.setup

require File.dirname(__FILE__) + "/../lib/watirsplash"
WatirSplash::Util.framework = "default"
WatirSplash::Util.load_framework

RSpec.configure do |config|
  config.before(:all) do
    WatirSplash::Browser.new
  end

  config.after(:all) do
    WatirSplash::Browser.current.close
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
watirsplash-2.4.4 spec/spec_helper.rb
watirsplash-2.4.3 spec/spec_helper.rb
watirsplash-2.4.2 spec/spec_helper.rb
watirsplash-2.4.1 spec/spec_helper.rb
watirsplash-2.4.0 spec/spec_helper.rb
watirsplash-2.3.2 spec/spec_helper.rb
watirsplash-2.3.1 spec/spec_helper.rb
watirsplash-2.3.0 spec/spec_helper.rb
watirsplash-2.2.0 spec/spec_helper.rb
watirsplash-2.1.1 spec/spec_helper.rb
watirsplash-2.1.0 spec/spec_helper.rb
watirsplash-2.0.1.rc5 spec/spec_helper.rb
watirsplash-2.0.1.rc4 spec/spec_helper.rb
watirsplash-2.0.1.rc3 spec/spec_helper.rb
watirsplash-2.0.1.rc1 spec/environment.rb
watirsplash-2.0.0 spec/environment.rb