Sha256: ad68191919017b94d0e64c828afc8086f30d9e1d7362dc0f873d152f674a04a1

Contents?: true

Size: 344 Bytes

Versions: 2

Compression:

Stored size: 344 Bytes

Contents

$:.unshift(File.join(File.dirname(__FILE__), %w{.. lib}))

begin
  require 'simplecov'
  SimpleCov.start
rescue LoadError => e
  # ignore
end

require 'consistent_hashing'
require 'test/unit'

module ConsistentHashing
  class TestCase < Test::Unit::TestCase
    def test_module
      assert_not_nil ConsistentHashing::VERSION
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
consistent-hashing-1.0.0 test/test_consistent_hashing.rb
consistent-hashing-0.2.1 test/test_consistent_hashing.rb