webrat/init.rb
2008-03-02 15:14:52 -05:00

4 lines
88 B
Ruby

if RAILS_ENV == "test"
require File.join(File.dirname(__FILE__), "lib", "webrat")
end