Sha256: 9bd0399f1410d00d5ea55c44af528df65844f56d4c1b235471e3c2a7947f2715
Contents?: true
Size: 345 Bytes
Versions: 6
Compression:
Stored size: 345 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '../..', 'spec_helper')) describe DataMapper::Property::Serial do before :all do @name = :id @type = DataMapper::Property::Serial @primitive = Integer @value = 1 @other_value = 2 @invalid_value = 'foo' end it_should_behave_like "A public Property" end
Version data entries
6 entries across 6 versions & 1 rubygems