Sha256: 7cfb878e00f6f2b3a2b1951a6fee3883259c9b5e56f5e3c1d11f046c75f62d75
Contents?: true
Size: 630 Bytes
Versions: 2
Compression:
Stored size: 630 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'combustion' Bundler.require :default, :test Combustion.initialize! :action_controller, :action_view, :action_mailer require 'rspec/rails' require 'shoulda-matchers' RSpec.configure do |config| config.filter_run :focus => true config.run_all_when_everything_filtered = true config.infer_spec_type_from_file_location! # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = "random" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
letter_opener_web-1.3.1 | spec/spec_helper.rb |
letter_opener_web-1.3.0 | spec/spec_helper.rb |