Sha256: 7c7b3fe5fe01bd4c83f4c119f001e8ff8d7bf793f2394a9346dd76973106c94c

Contents?: true

Size: 492 Bytes

Versions: 2

Compression:

Stored size: 492 Bytes

Contents

require 'coveralls'
Coveralls.wear!

$LOAD_PATH.push File.expand_path('../../lib', __FILE__)

require 'active_support/all'
require 'mongoid'

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

require 'mongoid/history'

RSpec.configure do |config|
  config.raise_errors_for_deprecations!
  config.expect_with :rspec do |expectations|
    expectations.syntax = [:should, :expect]
  end
  config.mock_with :rspec do |mocks|
    mocks.syntax = [:should, :expect]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongoid-history-0.4.7 spec/spec_helper.rb
mongoid-history-0.4.5 spec/spec_helper.rb