Sha256: ddc7114480d9c12970583733f2fbb49843d375bef8cb4e052fdaa5b7a18018aa

Contents?: true

Size: 421 Bytes

Versions: 4

Compression:

Stored size: 421 Bytes

Contents

module Remarkable
  module Mongoid
  end
end

require 'remarkable/active_model'
require 'remarkable/mongoid/associations'
require 'remarkable/mongoid/validate_uniqueness_of'

if defined?(RSpec) # RSpec 2.x
  RSpec.configure do |config|
    config.include(Remarkable::Mongoid::Matchers)
  end
elsif defined?(Spec) # RSpec 1.x
  Spec::Runner.configure do |config|
    config.include(Remarkable::Mongoid::Matchers)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
remarkable_mongoid-0.3.0 lib/remarkable/mongoid.rb
remarkable_mongoid-0.2.0 lib/remarkable/mongoid.rb
remarkable_mongoid-0.1.4 lib/remarkable/mongoid.rb
remarkable_mongoid-0.1.3 lib/remarkable/mongoid.rb