Sha256: 23676a1122417d4133a850e44f2fb16a10e11c9377c452c7d66902403a568cb3

Contents?: true

Size: 311 Bytes

Versions: 4

Compression:

Stored size: 311 Bytes

Contents

require 'minitest_helper'

class TestNacoNormalizer < MiniTest::Test
  def test_that_it_has_a_version_number
    refute_nil ::NacoNormalizer::VERSION
  end

  def test_basics
    author_normalizer = NacoNormalizer.new
    assert_equal 'bill dueber', author_normalizer.normalize('[  Bill Dueber -- ]')
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
naconormalizer-1.0.1-java test/test_naconormalize.rb
naconormalizer-1.0.0-java test/test_naconormalize.rb
naconormalizer-0.9.1-java test/test_naconormalize.rb
naconormalizer-0.9.0-java test/test_naconormalize.rb