Parse with nokogiri when running the specs on MRI

This commit is contained in:
Bryan Helmkamp 2008-11-28 03:04:10 -05:00
parent 555e24394a
commit ba0e50104b
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ require File.expand_path(File.dirname(__FILE__) + "/fakes/test_session")
require "merb-core"
Webrat.configure do |config|
config.parse_with_nokogiri = false
end
Spec::Runner.configure do |config|
include Webrat::Methods