Sha256: 1cc8ea4b6c069a840a3a20d8b0ca5963b4a91ac6d125f480af3580e77a69f1e3

Contents?: true

Size: 220 Bytes

Versions: 7

Compression:

Stored size: 220 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Function::String::Length, '.call' do
  subject { object.call(value) }

  let(:object) { described_class }
  let(:value)  { 'a string'      }

  it { should eql(8) }
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
axiom-0.2.0 spec/unit/axiom/function/string/length/class_methods/call_spec.rb
axiom-0.1.1 spec/unit/axiom/function/string/length/class_methods/call_spec.rb
axiom-0.1.0 spec/unit/axiom/function/string/length/class_methods/call_spec.rb
veritas-0.0.7 spec/unit/veritas/function/string/length/class_methods/call_spec.rb
veritas-0.0.6 spec/unit/veritas/function/string/length/class_methods/call_spec.rb
veritas-0.0.5 spec/unit/veritas/function/string/length/class_methods/call_spec.rb
veritas-0.0.4 spec/unit/veritas/function/string/length/class_methods/call_spec.rb