require 'nokogiri' in rspec-rails include file

This commit is contained in:
David Chelimsky 2009-09-23 23:04:43 -05:00
parent f51b745e89
commit 9a92afedff
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# 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:
#
# require 'webrat/rspec-rails'
# require 'webrat/integrations/rspec-rails'
#
require "nokogiri"
require "webrat/core/matchers"
Spec::Runner.configure do |config|