Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
load path via bundler in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ngauthier authored and Curtis Spencer committed Apr 20, 2012
1 parent f220213 commit 3ff0f80
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/test_helper.rb
@@ -1,8 +1,3 @@
require 'test/unit'
require 'bundler/setup'

testdir = File.dirname(__FILE__)
$LOAD_PATH.unshift testdir unless $LOAD_PATH.include?(testdir)

libdir = File.dirname(File.dirname(__FILE__)) + '/lib'
$LOAD_PATH.unshift libdir unless $LOAD_PATH.include?(libdir)
require 'fakes3'

0 comments on commit 3ff0f80

Please sign in to comment.