Hook up webrat

This commit is contained in:
Eric Davis
2010-06-17 14:00:13 -07:00
parent bb1f4afcd6
commit abfc52f46b

View File

@@ -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