Sha256: 0b850f1b2eca2713922850806a7557f9bea036b0bd4afb18dea8a4656ca67cdb

Contents?: true

Size: 310 Bytes

Versions: 16

Compression:

Stored size: 310 Bytes

Contents

require 'facets/module/pathize'
require 'test/unit'

class TestClassPathize < Test::Unit::TestCase

  def test_pathize
    assert_equal( Test::Unit::TestCase.pathize, 'test/unit/test_case' )
  end

  #def test_methodize
  #  assert_equal( Test::Unit::TestCase.methodize, 'test__unit__test_case' )
  #end

end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
facets-2.8.4 test/core/module/test_pathize.rb
facets-2.8.3 test/core/module/test_pathize.rb
facets-2.8.2 test/core/module/test_pathize.rb
facets-2.8.1 test/core/module/test_pathize.rb
facets-2.8.0 test/core/module/test_pathize.rb
facets-2.7.0 test/core/module/test_pathize.rb
facets-2.6.0 test/core/module/test_pathize.rb
facets-2.4.0 test/module/test_pathize.rb
facets-2.4.1 test/module/test_pathize.rb
facets-2.4.2 test/core/module/test_pathize.rb
facets-2.4.4 test/core/module/test_pathize.rb
facets-2.4.3 test/core/module/test_pathize.rb
facets-2.4.5 test/core/module/test_pathize.rb
facets-2.5.1 test/core/module/test_pathize.rb
facets-2.5.0 test/core/module/test_pathize.rb
facets-2.5.2 test/core/module/test_pathize.rb