Sha256: cf4ad9c5ee3f26d5c05a3ed108135f370b56d9b7991b5d73aaedaec3890fceae

Contents?: true

Size: 214 Bytes

Versions: 9

Compression:

Stored size: 214 Bytes

Contents

require 'helper'

class TestString < Test::Unit::TestCase
  
  context "A normal String object" do
  
    should "be enquotable" do
      assert_equal '"wow it works"', 'wow it works'.enquote
    end
  
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
csd-0.1.5 test/unit/test_string.rb
csd-0.1.4 test/unit/test_string.rb
csd-0.1.3 test/unit/test_string.rb
csd-0.1.2 test/unit/test_string.rb
csd-0.1.1 test/unit/test_string.rb
csd-0.1.0 test/unit/test_string.rb
csd-0.0.16 test/unit/test_string.rb
csd-0.0.15 test/unit/test_string.rb
csd-0.0.14 test/unit/test_string.rb