Skip to content

Instantly share code, notes, and snippets.

@brynary
Created November 28, 2009 05:05
Show Gist options
  • Save brynary/244398 to your computer and use it in GitHub Desktop.
Save brynary/244398 to your computer and use it in GitHub Desktop.
>> require "rubygems"
=> true
>> require "spec"
=> true
>> require "webrat"
=> true
>> $LOAD_PATH.grep /webrat/
=> ["/Users/bhelmkamp/.rvm/gems/ree/1.8.7/gems/webrat-0.6.rc1/bin", "/Users/bhelmkamp/.rvm/gems/ree/1.8.7/gems/webrat-0.6.rc1/lib"]
>> require "webrat/integrations/rspec-rails"
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment