Sha256: 31e17a73c2be8e8ca62ce43c5cfcf3042520a688edd4032cc1560c4e5cedec6c

Contents?: true

Size: 216 Bytes

Versions: 18

Compression:

Stored size: 216 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

18 entries across 18 versions & 1 rubygems

Version Path
csd-0.3.1 test/unit/test_string.rb
csd-0.3.0 test/unit/test_string.rb
csd-0.2.2 test/unit/test_string.rb
csd-0.2.1 test/unit/test_string.rb
csd-0.2.0 test/unit/test_string.rb
csd-0.1.18 test/unit/test_string.rb
csd-0.1.17 test/unit/test_string.rb
csd-0.1.16 test/unit/test_string.rb
csd-0.1.15 test/unit/test_string.rb
csd-0.1.14 test/unit/test_string.rb
csd-0.1.13 test/unit/test_string.rb
csd-0.1.12 test/unit/test_string.rb
csd-0.1.11 test/unit/test_string.rb
csd-0.1.10 test/unit/test_string.rb
csd-0.1.9 test/unit/test_string.rb
csd-0.1.8 test/unit/test_string.rb
csd-0.1.7 test/unit/test_string.rb
csd-0.1.6 test/unit/test_string.rb