Sha256: 118ae459e3504bfc0828f93191470520ce3faea53d2137ecea9be55e0e63a9e0
Contents?: true
Size: 383 Bytes
Versions: 6
Compression:
Stored size: 383 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '../..', 'spec_helper')) describe DataMapper::Property::Decimal do before :all do @name = :rate @type = DataMapper::Property::Decimal @primitive = BigDecimal @value = BigDecimal('1.0') @other_value = BigDecimal('2.0') @invalid_value = true end it_should_behave_like "A public Property" end
Version data entries
6 entries across 6 versions & 1 rubygems