Sha256: cf3e38288a7a09aef6a6b92a84a62d17fb841eec60ca7ae2536315ecf2ebc0c7

Contents?: true

Size: 159 Bytes

Versions: 2

Compression:

Stored size: 159 Bytes

Contents

require 'spec_helper'
module Alf
  describe "Tools#to_ruby_literal" do
    
    specify {
      Tools.to_ruby_literal(12).should eql("12")
    }
    
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alf-0.10.1 spec/unit/tools/test_to_ruby_literal.rb
alf-0.10.0 spec/unit/tools/test_to_ruby_literal.rb