Sha256: 43454b3137f45ec82dcf5a1a611ea19b7e477da979770fd93e0372b8627a0223

Contents?: true

Size: 206 Bytes

Versions: 4

Compression:

Stored size: 206 Bytes

Contents

covers 'facets/string/subtract'

testcase String do

  unit :- do
    ("foobar" - "oo").assert == "fbar"
    ("pizza pizza!" - "zz").assert == "pia pia!"
    ("letters" - /[a-z]+/).assert == ""
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

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