Sha256: c7a6f2d58e113e713faa5f7258cfc9f3176be06baaefdafe3c69b40a15f3d4d2

Contents?: true

Size: 165 Bytes

Versions: 3

Compression:

Stored size: 165 Bytes

Contents

require 'helper'

class TestVersion < Test::Unit::TestCase

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

end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
obscenity2-0.0.2 test/test_version.rb
obscenity2-0.0.1 test/test_version.rb
obscenity-1.0.2 test/test_version.rb