Sha256: 93dd41df9464a7c33a0d403fa18ce6ede093b942d795f69898fa664db54725ee

Contents?: true

Size: 470 Bytes

Versions: 5

Compression:

Stored size: 470 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'active_record'
require 'unscoped_associations'

ActiveRecord::Base.logger = Logger.new(STDOUT)

Dir["./spec/support/**/*.rb"].sort.each {|f| require f}

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.mock_with :rspec
  config.order = 'random'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
unscoped_associations-0.6.4 spec/spec_helper.rb
unscoped_associations-0.6.3 spec/spec_helper.rb
unscoped_associations-0.6.2 spec/spec_helper.rb
unscoped_associations-0.6.1 spec/spec_helper.rb
unscoped_associations-0.6.0 spec/spec_helper.rb