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"
|
require "merb-core"
|
||||||
|
|
||||||
Webrat.configure do |config|
|
|
||||||
config.parse_with_nokogiri = false
|
|
||||||
end
|
|
||||||
|
|
||||||
Spec::Runner.configure do |config|
|
Spec::Runner.configure do |config|
|
||||||
include Webrat::Methods
|
include Webrat::Methods
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue