Sha256: fd8c61530a9cc2f86981c080e4f6e00a64783781a263170a7f8c1e26b0e9c35b
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'combustion' ENV["RAILS_ENV"] ||= 'test' Combustion.initialize! :action_controller, :active_record require 'rspec/rails' require 'rspec/collection_matchers' require 'rapporteur/rspec3' RSpec.configure do |config| 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-3.3.0 | spec/spec_helper.rb |
rapporteur-3.2.0 | spec/spec_helper.rb |
rapporteur-3.1.0 | spec/spec_helper.rb |