Sha256: 61e2ed9c6410a0311008c1056234ad94cef000dea6172d6c9a42c19259fd6d96

Contents?: true

Size: 425 Bytes

Versions: 3

Compression:

Stored size: 425 Bytes

Contents

# Basic test environment.
#
# This should set up the load path for testing only. Don't require any support libs
# or gitrpc stuff in here.

# blah fuck this
require 'rubygems' if !defined?(Gem)
require 'bundler/setup'

# bring in minitest
require 'minitest/autorun'

# put lib and test dirs directly on load path
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift File.expand_path('..', __FILE__)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mochilo-2.0 test/setup.rb
mochilo-1.1 test/setup.rb
mochilo-1.0 test/setup.rb