Merge remote branch 'dchelimsky/require_nokogiri' into lh_293

This commit is contained in:
Bryan Helmkamp 2009-11-15 16:41:37 -05:00
commit 13d513837a
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|