Sha256: 89f158be155ecd3656d4e95de1f6fa7f1186f259673129e13169ccf9172b0941
Contents?: true
Size: 223 Bytes
Versions: 1
Compression:
Stored size: 223 Bytes
Contents
require 'spec_helper' describe 'Veritas::Attribute::Float.primitive' do subject { object.primitive } let(:object) { Attribute::Float } it_should_behave_like 'an idempotent method' it { should equal(Float) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.2 | spec/unit/veritas/attribute/float/class_methods/primitive_spec.rb |