Sha256: 5bca41751cba76852a3d9ea1e43c0d4cf344151bac22eb6a82b6e45f3cbf81b3

Contents?: true

Size: 400 Bytes

Versions: 4

Compression:

Stored size: 400 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

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

  let(:described_class) { Class.new { include Function::String::Length::Methods } }
  let(:object)          { described_class.new.freeze                              }

  it { should be_instance_of(Function::String::Length) }

  its(:operand) { should equal(object) }
end

Version data entries

4 entries across 4 versions & 2 rubygems

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