Sha256: c68630061853e7d1c04cfc5d3c74582effad5975a01b548c0d69b52419b86ada

Contents?: true

Size: 211 Bytes

Versions: 5

Compression:

Stored size: 211 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Function::String::Length, '#type' do
  subject { object.type }

  let(:object) { described_class.new('string') }

  it { should equal(Attribute::Integer) }
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
axiom-0.1.0 spec/unit/axiom/function/string/length/type_spec.rb
veritas-0.0.7 spec/unit/veritas/function/string/length/type_spec.rb
veritas-0.0.6 spec/unit/veritas/function/string/length/type_spec.rb
veritas-0.0.5 spec/unit/veritas/function/string/length/type_spec.rb
veritas-0.0.4 spec/unit/veritas/function/string/length/type_spec.rb