Sha256: b212de2f0848907b849837fec4943f9524f8f04381dc65dba3b939af47b46f1b
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
require "rubygems" require "bundler/setup" require "combustion" ENV["RAILS_ENV"] ||= "test" Combustion.initialize!(:action_controller, :active_record) require "rspec/rails" require "rapporteur/rspec" require "rapporteur/load_check" RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus config.order = "random" config.before { Rapporteur.clear_checks } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rapporteur-load_check-2.1.1 | spec/spec_helper.rb |
rapporteur-load_check-2.1.0 | spec/spec_helper.rb |
rapporteur-load_check-2.0.0 | spec/spec_helper.rb |