diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ed02557..2f70b66 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,5 +1,4 @@ # encoding: UTF-8 - begin require File.expand_path('../.bundle/environment', __FILE__) rescue LoadError @@ -7,6 +6,7 @@ require "bundler" Bundler.setup end +$LOAD_PATH << Dir.pwd # # We're using Albino only for the tests