Sha256: 2d09e9247185b51a6934f668abe3123e0b339164ce192ec9ad89cb504ca53bb2
Contents?: true
Size: 330 Bytes
Versions: 12
Compression:
Stored size: 330 Bytes
Contents
require 'spec/expectations' 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
12 entries across 12 versions & 3 rubygems