Skip to content

Commit

Permalink
require 'nokogiri' in rspec-rails include file
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Sep 24, 2009
1 parent f51b745 commit 9a92afe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/webrat/integrations/rspec-rails.rb
@@ -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|
Expand Down

0 comments on commit 9a92afe

Please sign in to comment.