require 'nokogiri' in rspec-rails include file
This commit is contained in:
parent
f51b745e89
commit
9a92afedff
|
@ -1,8 +1,9 @@
|
||||||
# Supports using the matchers in controller, helper, and view specs if you're
|
# Supports using the matchers in controller, helper, and view specs if you're
|
||||||
# using rspec-rails. Just add a require statement to spec/spec_helper.rb or env.rb:
|
# using rspec-rails. Just add a require statement to spec/spec_helper.rb or env.rb:
|
||||||
#
|
#
|
||||||
# require 'webrat/rspec-rails'
|
# require 'webrat/integrations/rspec-rails'
|
||||||
#
|
#
|
||||||
|
require "nokogiri"
|
||||||
require "webrat/core/matchers"
|
require "webrat/core/matchers"
|
||||||
|
|
||||||
Spec::Runner.configure do |config|
|
Spec::Runner.configure do |config|
|
||||||
|
|
Loading…
Reference in New Issue