Sha256: bf67246efacfa539721bf9941f3bbc3925ffc0ee9e6b62fe03008a5bc27406d0

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

covers 'facets/module/pathize'

tests Module do

  unit :pathize do
    Lemon.pathize.assert == 'lemon'
  end

end

tests Class do

  unit :pathize do
    Lemon::TestCase.pathize.assert == 'lemon/test_case'
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-2.9.1 test/core/module/test_pathize.rb
facets-2.9.0 test/core/module/test_pathize.rb
facets-2.9.0.pre.2 test/core/module/test_pathize.rb
facets-2.9.0.pre.1 test/core/module/test_pathize.rb