Sha256: 8142a102b0cd803aea297a8b03ac481c3042b949e45541d3b857962c06569112
Contents?: true
Size: 336 Bytes
Versions: 6
Compression:
Stored size: 336 Bytes
Contents
require 'rubygems' require "test/unit" require 'fileutils' ENV["_mack_env"] = "test" # 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
6 entries across 6 versions & 1 rubygems