examples/rspec/google_spec.rb in selenium-client-1.2.14 vs examples/rspec/google_spec.rb in selenium-client-1.2.15

- old
+ new

@@ -1,8 +1,8 @@ require 'rubygems' -gem "rspec", "=1.1.12" -gem "selenium-client", ">=1.2.13" +gem "rspec", "=1.2.6" +gem "selenium-client", ">=1.2.15" require "selenium/client" require "selenium/rspec/spec_helper" describe "Google Search" do attr_reader :selenium_driver @@ -36,6 +36,6 @@ page.title.should eql("Selenium seleniumhq - Google Search") page.text?("seleniumhq.org").should be_true page.element?("link=Cached").should be_true end -end \ No newline at end of file +end