Sha256: a3abb357dc5c7c9e7d76376a2a866d5f21aba436c80cedf7eddbb01b4e3840b3

Contents?: true

Size: 139 Bytes

Versions: 4

Compression:

Stored size: 139 Bytes

Contents

covers 'facets/string/store'

testcase String do

  unit :store do
    a = "HELLO"
    a.store(1, "X")
    a.assert == "HXLLO"
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/string/test_store.rb
facets-2.9.0 test/core/string/test_store.rb
facets-2.9.0.pre.2 test/core/string/test_store.rb
facets-2.9.0.pre.1 test/core/string/test_store.rb