Merge commit 'dchelimsky/master'
This commit is contained in:
commit
0081ea2391
13
lib/webrat/rspec-rails.rb
Normal file
13
lib/webrat/rspec-rails.rb
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# 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:
|
||||||
|
#
|
||||||
|
# require 'webrat/rspec-rails'
|
||||||
|
#
|
||||||
|
require "webrat/core/matchers"
|
||||||
|
|
||||||
|
Spec::Runner.configure do |config|
|
||||||
|
# rspec should support :type => [:controller, :helper, :view] - but until it does ...
|
||||||
|
config.include(Webrat::Matchers, :type => :controller)
|
||||||
|
config.include(Webrat::Matchers, :type => :helper)
|
||||||
|
config.include(Webrat::Matchers, :type => :view)
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user