brynary / webrat

Webrat - Ruby Acceptance Testing for Web applications

This URL has Read+Write access

webrat / init.rb
100644 4 lines (3 sloc) 0.118 kb
1
2
3
4
if (RAILS_ENV =~ /^test/) || RAILS_ENV == "selenium"
  require File.join(File.dirname(__FILE__), "lib", "webrat")
end