Sha256: 021a81e16447d1ecd82c88eb9c791398ce043758cb764e194c072bd464fa784e

Contents?: true

Size: 440 Bytes

Versions: 13

Compression:

Stored size: 440 Bytes

Contents

begin
  # Require the preresolved locked set of gems.
  require File.expand_path('../.bundle/environment', __FILE__)
rescue LoadError
  # Fallback on doing the resolve at runtime.
  require "rubygems"
  require "bundler"
  Bundler.setup
end

require 'test/unit'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'fdlcap'

class Test::Unit::TestCase
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fdlcap-0.4.17 test/test_helper.rb
fdlcap-0.4.15 test/test_helper.rb
fdlcap-0.4.14 test/test_helper.rb
fdlcap-0.4.13 test/test_helper.rb
fdlcap-0.4.12 test/test_helper.rb
fdlcap-0.4.11 test/test_helper.rb
fdlcap-0.4.10 test/test_helper.rb
fdlcap-0.4.9 test/test_helper.rb
fdlcap-0.4.7 test/test_helper.rb
fdlcap-0.4.6 test/test_helper.rb
fdlcap-0.4.5 test/test_helper.rb
fdlcap-0.4.4 test/test_helper.rb
fdlcap-0.4.3 test/test_helper.rb