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