Sha256: 079026dd1ec3d95c65196347586b8eae5e401f3254960e82b6b55e223772a754
Contents?: true
Size: 317 Bytes
Versions: 23
Compression:
Stored size: 317 Bytes
Contents
require 'spec' require 'spec/rails' # Hack to stop RSpec from dumping the summary Spec::Runner::Options.class_eval do def examples_should_be_run? false end end ActionController::Integration::Session.send(:include, Spec::Matchers) ActionController::Integration::Session.send(:include, Spec::Rails::Matchers)
Version data entries
23 entries across 23 versions & 5 rubygems