public
Fork of brynary/webrat
Description: Webrat - Ruby Acceptance Testing for Web applications
Homepage: http://www.brynary.com/uploads/webrat/rdoc/index.html
Clone URL: git://github.com/jakehow/webrat.git
webrat / init.rb
100644 4 lines (3 sloc) 0.088 kb
1
2
3
4
if RAILS_ENV == "test"
  require File.join(File.dirname(__FILE__), "lib", "webrat")
end