webrat/init.rb

4 lines
88 B
Ruby

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