Skip to content

Commit

Permalink
Use Bundler not just to install gems
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Nov 16, 2010
1 parent 7a8e385 commit 507f507
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require "rubygems"
require "bundler/setup"

require 'fuubar'

0 comments on commit 507f507

Please sign in to comment.