Sha256: dcabb0fe0e1af6b411a990cdacae707a2c960513118d66328928fa208ffea0de

Contents?: true

Size: 218 Bytes

Versions: 11

Compression:

Stored size: 218 Bytes

Contents

require 'facets/module/methodize'
require 'test/unit'

class Test_Module_Methodize < Test::Unit::TestCase

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

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
facets-2.8.4 test/core/module/test_methodize.rb
facets-2.8.3 test/core/module/test_methodize.rb
facets-2.8.2 test/core/module/test_methodize.rb
facets-2.8.1 test/core/module/test_methodize.rb
facets-2.8.0 test/core/module/test_methodize.rb
facets-2.7.0 test/core/module/test_methodize.rb
facets-2.6.0 test/core/module/test_methodize.rb
facets-2.5.1 test/core/module/test_methodize.rb
facets-2.5.0 test/core/module/test_methodize.rb
facets-2.4.5 test/core/module/test_methodize.rb
facets-2.5.2 test/core/module/test_methodize.rb