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

Version Path
mack-0.5.5.1 lib/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.5.5.2 lib/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.5.0 lib/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.5.5.3 lib/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.5.5.4 lib/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.5.5 lib/generators/mack_application_generator/templates/test/test_helper.rb.template