summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMichael Herold <michael.j.herold@gmail.com>2014-09-06 16:12:14 -0500
committerMichael Herold <michael.j.herold@gmail.com>2014-09-06 16:12:14 -0500
commitf33111d576258cfd7bd67df9cab2a15d4d6f425c (patch)
tree366972da7ea3192dacf08563278c8f1ec7b68183 /spec
parent9e39c76ec08528ee8c46da772f94d953d23fd3b4 (diff)
downloadhashie-f33111d576258cfd7bd67df9cab2a15d4d6f425c.tar.gz
Remove lines adding lib to the load path
RSpec does this automatically now.
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 0da19f7..4687a6b 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,8 +1,5 @@
require 'rubygems'
require 'pry'
-$LOAD_PATH.unshift(File.dirname(__FILE__))
-$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
-
require 'hashie'
require 'rspec'