Sha256: d5fdf8b45fec8ecab47dc5b6009e2f8518ed0d70ed38a92208a537e6b7306905
Contents?: true
Size: 284 Bytes
Versions: 2
Compression:
Stored size: 284 Bytes
Contents
require_relative '../../spec_helper' describe DataMapper::Property::Serial do before :all do @name = :id @type = described_class @value = 1 @other_value = 2 @invalid_value = 'foo' end it_behaves_like 'A semipublic Property' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sbf-dm-core-1.3.0 | spec/semipublic/property/serial_spec.rb |
sbf-dm-core-1.3.0.beta | spec/semipublic/property/serial_spec.rb |