Sha256: 4c3a49d8c1ab910586d15dff688f3164f555d6db4a0040f86236451b8f263c3b
Contents?: true
Size: 362 Bytes
Versions: 6
Compression:
Stored size: 362 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '../..', 'spec_helper')) describe DataMapper::Property::Binary do before :all do @name = :title @type = DataMapper::Property::Binary @primitive = String @value = 'value' @other_value = 'return value' @invalid_value = 1 end it_should_behave_like "A public Property" end
Version data entries
6 entries across 6 versions & 1 rubygems