Sha256: 57a372d26c5abb5d47f9572c0fe35863afe06af41dcc44c1a3f39b6866b2a168
Contents?: true
Size: 226 Bytes
Versions: 2
Compression:
Stored size: 226 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Attribute::Date, '.type' do subject { object.type } let(:object) { described_class } it_should_behave_like 'an idempotent method' it { should be(Types::Date) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/attribute/date/class_methods/type_spec.rb |
axiom-0.1.1 | spec/unit/axiom/attribute/date/class_methods/type_spec.rb |