Parse with nokogiri when running the specs on MRI
This commit is contained in:
parent
555e24394a
commit
ba0e50104b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue