Sha256: 5e608c7d7bb5644215726fbcef88c22344e3d7919ae66a75deb1c026134b55f6
Contents?: true
Size: 397 Bytes
Versions: 2
Compression:
Stored size: 397 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path('../rails_app/config/application', __FILE__) require 'rubygems' require 'test/unit' $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'has_hashcode' ENV["RAILS_ENV"] = "test" puts File.expand_path('../rails_app/config/application', __FILE__) class Test::Unit::TestCase end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
has_hashcode-0.1.1 | test/helper.rb |
has_hashcode-0.1.0 | test/helper.rb |