Sha256: c80eed63d26d4ca380be3185fe9df5faec82dc038d2b70ff6f92df1953416dc6
Contents?: true
Size: 394 Bytes
Versions: 15
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
15 entries across 15 versions & 1 rubygems