Sha256: 3f63bf7a9e5a3de3ca2c6b96e81e6a65c7d4e77800cb5f5d62cdf9529542eeca
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 Bytes
Contents
require 'rspec' require 'dm-core/spec/setup' require 'dm-core/spec/lib/adapter_helpers' require 'dm-is-counter_cacheable' require 'integration/models/user' require 'integration/models/post' require 'integration/models/comment' DataMapper::Spec.setup RSpec.configure do |config| config.extend(DataMapper::Spec::Adapters::Helpers) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dm-is-counter_cacheable-0.1.1 | spec/spec_helper.rb |
dm-is-counter_cacheable-0.1.0 | spec/spec_helper.rb |