Sha256: 84730d80d3a777fff81869cb223131b09b2016bb5d6ccde308f01a1aeddebb15
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::String::Length, '.type' do subject { object.type } let(:object) { described_class } it { should be(Types::Integer) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/function/string/length/class_methods/type_spec.rb |
axiom-0.1.1 | spec/unit/axiom/function/string/length/class_methods/type_spec.rb |