Sha256: 1e52c0178cd8df29c92206a289736f162f4f9cc076fe4e5980072a63bf414822

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

root = File.expand_path(File.join(File.dirname(__FILE__), '..'))

require File.join(root, 'gems', 'environment')
Bundler.require_env(:development)
require 'test/unit'

begin
  require 'shoulda'
rescue LoadError
  warn 'Shoulda is required for testing. Use gem bundle to install development gems.'
  exit 1
end

$:.unshift File.join(root, 'lib'), File.dirname(__FILE__)
require 'big_money'

class Test::Unit::TestCase
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
big_money-1.2.0 test/helper.rb
big_money-1.1.0 test/helper.rb