Sha256: 1e82d2710492a79eef385a313dd8ed90c73494d026cc91b4459f1006e92461b3

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

require "colorful_reading/tagger"

class TaggerTest < Test::Unit::TestCase
  include ColorfulReading

  def setup
    @tagger = Tagger.new
  end

  def test_tagging
    assert_equal("<nnp>Ruby</nnp>", @tagger.tagging("Ruby"))
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
colorful_reading-0.0.1 test/test-tagger.rb