This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cuke4: | |
| [java] Gem::LoadError: Could not find RubyGem cucumber (>= 0) | |
| [java] | |
| [java] report_activate_error at /Users/gdinwiddie/jruby-1.6.2/lib/ruby/site_ruby/1.8/rubygems.rb:861 | |
| [java] activate at /Users/gdinwiddie/jruby-1.6.2/lib/ruby/site_ruby/1.8/rubygems.rb:255 | |
| [java] gem at /Users/gdinwiddie/jruby-1.6.2/lib/ruby/site_ruby/1.8/rubygems.rb:1215 | |
| [java] (root) at /Users/gdinwiddie/jruby-1.6.2/bin/cucumber:18 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package error; | |
| import static org.junit.Assert.assertEquals; | |
| import org.junit.After; | |
| import org.junit.Test; | |
| import com.thoughtworks.selenium.DefaultSelenium; | |
| import com.thoughtworks.selenium.Selenium; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.google.com/search?q=Diana+Larsen&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | |
| GET /search?q=Diana+Larsen&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a HTTP/1.1 | |
| Host: www.google.com | |
| User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 | |
| Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 | |
| Accept-Language: en-us,en;q=0.5 | |
| Accept-Encoding: gzip,deflate | |
| Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 | |
| Keep-Alive: 115 |