Sha256: 56393618726450145837b0c5cc4ba9187dcd6681d6d9666560fd96bace573b36

Contents?: true

Size: 381 Bytes

Versions: 22

Compression:

Stored size: 381 Bytes

Contents

require File.expand_path("../spec_helper", __FILE__)

WatirSpec.implementation do |imp|
  name    = :webdriver
  browser = (ENV['WATIR_WEBDRIVER_BROWSER'] || :firefox).to_sym

  imp.name          = name
  imp.browser_class = Watir::Browser
  imp.browser_args  = [browser]

  imp.guard_proc = lambda { |args|
    args.any? { |arg| arg == name || arg == [name, browser] }
  }
end



Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
watir-webdriver-0.3.2 spec/implementation.rb
watir-webdriver-0.3.1 spec/implementation.rb
watir-webdriver-0.3.0 spec/implementation.rb
watir-webdriver-0.2.9 spec/implementation.rb
watir-webdriver-0.2.8 spec/implementation.rb
watir-webdriver-0.2.7 spec/implementation.rb
watir-webdriver-0.2.6 spec/implementation.rb
watir-webdriver-0.2.5 spec/implementation.rb
watir-webdriver-0.2.4 spec/implementation.rb
watir-webdriver-0.2.3 spec/implementation.rb
watir-webdriver-0.2.0 spec/implementation.rb
watir-webdriver-0.2.0.dev2 spec/implementation.rb
watir-webdriver-0.2.0.dev spec/implementation.rb
watir-webdriver-0.1.9 spec/implementation.rb
watir-webdriver-0.1.8 spec/implementation.rb
watir-webdriver-0.1.7 spec/implementation.rb
watir-webdriver-0.1.6 spec/implementation.rb
watir-webdriver-0.1.5 spec/implementation.rb
watir-webdriver-0.1.4 spec/implementation.rb
watir-webdriver-0.1.3 spec/implementation.rb