diff --git a/test/test_helper.rb b/test/test_helper.rb index bd1ed0c..5835fbb 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -3,3 +3,9 @@ require File.expand_path(File.dirname(__FILE__) + '/../../../../test/test_helper # Ensure that we are using the temporary fixture path Engines::Testing.set_fixture_path + +require "webrat" + +Webrat.configure do |config| + config.mode = :rails +end