Sha256: f5471c01f998c6b45e131103a7a436368670f70fb4e837493fe4a392d52b8667
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
require 'rubygems' require "test/unit" require 'fileutils' ENV['MACK_ENV'] = 'test' ENV['MACK_ROOT'] = File.join(File.dirname(__FILE__), '..') # load the mack framework: load(File.join(File.dirname(__FILE__), '..', "Rakefile")) require 'mack' # place common methods, assertions, and other type things in this file so # other tests will have access to them. class Test::Unit::TestCase end
Version data entries
2 entries across 2 versions & 1 rubygems