Sha256: 3a27896ab58f9da27749628ba535f405d722714bda2d40ddbd6f14dd301b4d6d

Contents?: true

Size: 335 Bytes

Versions: 1

Compression:

Stored size: 335 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

1 entries across 1 versions & 1 rubygems

Version Path
mack-0.4.7 lib/generators/mack_application_generator/templates/test/test_helper.rb.template