Sha256: fa80a2ab547a1bbe1a51396d513ec899009731802253390efac44b6d701a69c4
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
require 'spec_helper' describe 'Veritas::Attribute#inspect' do subject { attribute.inspect } let(:attribute) { Attribute::Integer.new(:id) } it { should be_kind_of(String) } it { should == '<Attribute::Integer name: id>' } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
veritas-0.0.1 | spec/unit/veritas/attribute/inspect_spec.rb |