Sha256: 5c75e3a503260658d8192fab52d1aa59234e6ab84af61c04acc1a0c0958997a5

Contents?: true

Size: 529 Bytes

Versions: 5

Compression:

Stored size: 529 Bytes

Contents

require 'combustion'

unless defined?(RAKED)
  Bundler.require :default, :test
  Combustion.initialize! :active_record
end

require 'rspec/rails'
require 'factory_girl'
load 'factories.rb'

Rails.backtrace_cleaner.remove_silencers!


Dir[File.expand_path("spec/support/**/*.rb")].each { |f| require f }

RSpec.configure do |config|
  config.mock_with :rspec
  config.order = "random"
  config.infer_base_class_for_anonymous_controllers = false
  config.filter_run focus: true
  config.run_all_when_everything_filtered = true
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
outpost-aggregator-1.2.0 spec/spec_helper.rb
outpost-aggregator-1.1.3 spec/spec_helper.rb
outpost-aggregator-1.1.2 spec/spec_helper.rb
outpost-aggregator-1.1.1 spec/spec_helper.rb
outpost-aggregator-1.0.0 spec/spec_helper.rb