Sha256: 3cd9cbc96cffac407a7e46db9a6b9eeafda668cd81cb272840daf14def5ee308

Contents?: true

Size: 176 Bytes

Versions: 5

Compression:

Stored size: 176 Bytes

Contents

require 'spec_helper'
module Alf
  describe "Tools#to_ruby_literal" do

    it 'should work on Integers' do
      Tools.to_ruby_literal(12).should eql("12")
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alf-0.12.2 spec/unit/alf-core/tools/test_to_ruby_literal.rb
alf-0.12.1 spec/unit/alf-core/tools/test_to_ruby_literal.rb
alf-0.12.0 spec/unit/alf-core/tools/test_to_ruby_literal.rb
alf-0.11.1 spec/unit/alf-core/tools/test_to_ruby_literal.rb
alf-0.11.0 spec/unit/alf-core/tools/test_to_ruby_literal.rb