Sha256: 158c632c5dca6d08288bd248d179df74f8a8f392707325c773ef727fa4c2f410

Contents?: true

Size: 288 Bytes

Versions: 4

Compression:

Stored size: 288 Bytes

Contents

require 'rubygems'
require "test/unit"
require 'fileutils'

ENV["MACK_ENV"] = "test"

# load the mack framework:
gem 'mack'
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

4 entries across 4 versions & 1 rubygems

Version Path
mack-0.4.2.1 bin/templates/test/test_helper.rb.template
mack-0.4.2 bin/templates/test/test_helper.rb.template
mack-0.4.5 bin/templates/test/test_helper.rb.template
mack-0.4.6 bin/templates/test/test_helper.rb.template