Sha256: ecbb20ef213b59d9862bb872c851f11ded85bfccf97f09cd7a5633c57c1b7ba7

Contents?: true

Size: 446 Bytes

Versions: 6

Compression:

Stored size: 446 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'

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

6 entries across 6 versions & 1 rubygems

Version Path
rapporteur-3.0.2 spec/spec_helper.rb
rapporteur-3.0.1 spec/spec_helper.rb
rapporteur-3.0.0 spec/spec_helper.rb
rapporteur-2.1.0 spec/spec_helper.rb
rapporteur-2.0.1 spec/spec_helper.rb
rapporteur-2.0.0 spec/spec_helper.rb