Sha256: 825fe5cdbfbc6a5f23038b791ea0f50b72bcf26af4bec3fe626f9d2383f99973

Contents?: true

Size: 171 Bytes

Versions: 4

Compression:

Stored size: 171 Bytes

Contents

covers 'facets/string/op_div'

testcase String do

  unit :/ do
    ('merb' / 'string').assert == "merb/string"
    ('merb' / :symbol).assert == "merb/symbol"
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

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