Sha256: 42660045c40bc81b72ce8d5698a51d396c9a5eb845b73b6b7f302d9973955ef3

Contents?: true

Size: 165 Bytes

Versions: 1

Compression:

Stored size: 165 Bytes

Contents

require 'helper'

class TestVersion < Test::Unit::TestCase

  should "return the correct product version" do
    assert_equal '1.0.0', Obscenity::VERSION
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
obscenity-1.0.0 test/test_version.rb