Merge commit 'dchelimsky/rspec-fix'

This commit is contained in:
Bryan Helmkamp 2009-06-14 20:54:02 -04:00
commit 78a23abb6e
1 changed files with 1 additions and 4 deletions

View File

@ -6,8 +6,5 @@
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)
config.include(Webrat::Matchers, :type => [:controller, :helper, :view])
end