Sha256: abeb998204ee241be7e8af9897dd79f83b4b1eaf5b7a2ae03e1ccd4829e2bdd7
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 Bytes
Contents
require 'rubygems' require 'test/unit' require 'shoulda' require 'logger' # require 'ruby-debug' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'loose_tight_dictionary')) class Test::Unit::TestCase end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
loose_tight_dictionary-0.0.10 | test/helper.rb |
loose_tight_dictionary-0.0.9 | test/helper.rb |