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