Sha256: 8aaa7a6a3b1a3a56bff854b4f1452c67b074701e0debbc6d20569d54a4d1cd7a

Contents?: true

Size: 360 Bytes

Versions: 4

Compression:

Stored size: 360 Bytes

Contents

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

module Selenium
  module WebDriver
    module Remote
      
      describe Bridge do
        it "raises ArgumentError if passed invalid options" do
          lambda { Bridge.new(:foo => 'bar') }.should raise_error(ArgumentError)
        end
      end

    end # Remote
  end # WebDriver
end # Selenium

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
browserstack-webdriver-2.40.1 spec/unit/selenium/webdriver/remote/bridge_spec.rb
browserstack-webdriver-0.0.22 spec/unit/selenium/webdriver/remote/bridge_spec.rb
browserstack-webdriver-0.0.1 spec/unit/selenium/webdriver/remote/bridge_spec.rb
bbc-selenium-webdriver-1.17.0 spec/unit/selenium/webdriver/remote/bridge_spec.rb