Sha256: 26da4e6a2f06f59c988d5d8092b1f5c2f4d8f7c54bab4b160de3b4bc578b6493

Contents?: true

Size: 255 Bytes

Versions: 14

Compression:

Stored size: 255 Bytes

Contents

Mongoid.configure do |config|
  config.connect_to('mongoid_history_test')
end

RSpec.configure do |config|
  config.after(:each) do
    Mongoid.purge!
  end

  config.backtrace_exclusion_patterns = [%r{lib\/rspec\/(core|expectations|matchers|mocks)}]
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
mongoid-history-0.8.3 spec/support/mongoid.rb
mongoid-history-0.8.2 spec/support/mongoid.rb
mongoid-history-0.8.1 spec/support/mongoid.rb
mongoid-history-0.8.0 spec/support/mongoid.rb
mongoid-history-0.7.0 spec/support/mongoid.rb
mongoid-history-0.6.1 spec/support/mongoid.rb
mongoid-history-0.6.0 spec/support/mongoid.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/mongoid-history-0.5.0/spec/support/mongoid.rb
mongoid-history-0.5.0 spec/support/mongoid.rb
mongoid-history-0.4.7 spec/support/mongoid.rb
mongoid-history-0.4.5 spec/support/mongoid.rb
mongoid-history-0.4.4 spec/support/mongoid.rb
mongoid-history-0.4.3 spec/support/mongoid.rb
mongoid-history-0.4.2 spec/support/mongoid.rb