Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
add the current dir to the load path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Sep 8, 2010
1 parent 514c54f commit b0ed44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,12 +1,12 @@
# encoding: UTF-8

begin
require File.expand_path('../.bundle/environment', __FILE__)
rescue LoadError
require "rubygems"
require "bundler"
Bundler.setup
end
$LOAD_PATH << Dir.pwd

#
# We're using Albino only for the tests
Expand Down

0 comments on commit b0ed44a

Please sign in to comment.