Sha256: 817413a484edd1a7caf71f715b0f965b6d4de9124a7ef64a3b8f3676198d132b
Contents?: true
Size: 235 Bytes
Versions: 10
Compression:
Stored size: 235 Bytes
Contents
require 'pathname' require Pathname(__FILE__).dirname.expand_path.parent + 'spec_helper' describe DataMapper::Serialize do it "is included into DataMapper::Resource" do Cow.new.should be_kind_of(DataMapper::Serialize) end end
Version data entries
10 entries across 10 versions & 1 rubygems