Sha256: be5a1a7effae0835a5882df720564bd81996848ac8e4753c2e40584537838005

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

Stored size: 255 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + "/../config/environment")

require 'test/unit'
require 'behaviors'
require 'hardmock'

$LOAD_PATH << File.join(APP_ROOT + '/test/integration')

class Test::Unit::TestCase
  extend Behaviors
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
minilab-1.0.0-mswin32 test/test_helper.rb