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

Version Path
mack-0.6.0 lib/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.6.0.1 lib/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.6.1.1 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.6.1.2 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.6.1 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.7.0 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.7.0.1 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.7.1.1 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.8.0.101 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.8.0.100 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.7.1 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.8.0 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.8.0.2 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.8.2 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template
mack-0.8.1 lib/mack/generators/mack_application_generator/templates/test/test_helper.rb.template