Sha256: 5a8f514c8d72f87d9827cf40fd156c5cc5d1ada777532d370da2913bbadbf02a
Contents?: true
Size: 345 Bytes
Versions: 33
Compression:
Stored size: 345 Bytes
Contents
# 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/core/matchers" Spec::Runner.configure do |config| config.include(Webrat::Matchers, :type => [:controller, :helper, :view]) end
Version data entries
33 entries across 33 versions & 14 rubygems