Sha256: 0141ca1ba6520949fee1999985849a8499600f6a6bbd5770190b0d0e187998f0

Contents?: true

Size: 217 Bytes

Versions: 4

Compression:

Stored size: 217 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

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

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

  it { should == 'LENGTH("a string")' }
end

Version data entries

4 entries across 4 versions & 1 rubygems

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