Sha256: 74f57d0847ae46eef444a5e3e2d872c8defe050b5121d99a08471d25c146d8c6

Contents?: true

Size: 425 Bytes

Versions: 12

Compression:

Stored size: 425 Bytes

Contents

# encoding: utf-8
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'rubygems'
require 'watir-webdriver'
require 'spec'
require 'spec/autorun'

include Watir
include Watir::Exception


if defined?(WatirSpec)
  browser = (ENV['WATIR_WEBDRIVER_BROWSER'] || :firefox).to_sym

  WatirSpec.browser_args   = [browser]
  WatirSpec.implementation = :webdriver
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
watir-webdriver-0.0.6 spec/spec_helper.rb
watir-webdriver-0.0.5 spec/spec_helper.rb
watir-webdriver-0.0.4 spec/spec_helper.rb
watir-webdriver-0.0.3 spec/spec_helper.rb
watir-webdriver-0.0.2 spec/spec_helper.rb
watir-webdriver-0.0.1 spec/spec_helper.rb
watir-webdriver-0.0.1.dev7 spec/spec_helper.rb
watir-webdriver-0.0.1.dev6 spec/spec_helper.rb
watir-webdriver-0.0.1.dev5 spec/spec_helper.rb
watir-webdriver-0.0.1.dev4 spec/spec_helper.rb
watir-webdriver-0.0.1.dev3 spec/spec_helper.rb
watir-webdriver-0.0.1.dev2 spec/spec_helper.rb