Sha256: 8e21f4957b5f7f2bf6e660572a010c211b2401b57cb8563b5b2a11906adee06c
Contents?: true
Size: 642 Bytes
Versions: 3
Compression:
Stored size: 642 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'combustion' Bundler.require :default, :test Combustion.initialize! :action_controller, :action_view, :sprockets, :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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
letter_opener_web-1.2.3 | spec/spec_helper.rb |
letter_opener_web-1.2.2 | spec/spec_helper.rb |
letter_opener_web-1.2.1 | spec/spec_helper.rb |