Sha256: 1347b4c10406f3ea9b31dbddbc10bb63229d8914cdf773ef5546a1df7be927b7

Contents?: true

Size: 448 Bytes

Versions: 3

Compression:

Stored size: 448 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::Checker.clear }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rapporteur-1.1.0 spec/spec_helper.rb
rapporteur-1.0.1 spec/spec_helper.rb
rapporteur-1.0.0 spec/spec_helper.rb