Sha256: 5497d8d7bb8c18755b5963409ee00a187fb51c8de0afddcadc78b8559277ac49
Contents?: true
Size: 621 Bytes
Versions: 7
Compression:
Stored size: 621 Bytes
Contents
ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../dummy/config/environment', __FILE__) require 'rspec/rails' RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run :focus # 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' # This will include the routing helpers in the specs so that we can use # jobs_path. config.include Delayed::Web::Engine.routes.url_helpers end
Version data entries
7 entries across 7 versions & 1 rubygems