Sha256: 98c65ed9c7e7c15916963205cb15cc841b94933825b454e046ed1f4899cbb83f

Contents?: true

Size: 340 Bytes

Versions: 14

Compression:

Stored size: 340 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'
require 'ruby-debug'
require 'set'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'characterizable'

class Test::Unit::TestCase
  def assert_same_contents(a, b)
    assert_equal Set.new(a), Set.new(b)
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
characterizable-0.0.16 test/helper.rb
characterizable-0.0.15 test/helper.rb
characterizable-0.0.14 test/helper.rb
characterizable-0.0.13 test/helper.rb
characterizable-0.0.12 test/helper.rb
characterizable-0.0.11 test/helper.rb
characterizable-0.0.10 test/helper.rb
characterizable-0.0.9 test/helper.rb
characterizable-0.0.8 test/helper.rb
characterizable-0.0.7 test/helper.rb
characterizable-0.0.6 test/helper.rb
characterizable-0.0.5 test/helper.rb
characterizable-0.0.4 test/helper.rb
characterizable-0.0.3 test/helper.rb