spec/spec_helper.rb in queencheck-0.0.0 vs spec/spec_helper.rb in queencheck-0.0.1

- old
+ new

@@ -1,12 +1,10 @@ require 'rubygems' require 'spork' require 'rspec' Spork.prefork do - config(:before) do - @lib_path = Pathname.new(File.expand_path('../../lib/', __FILE__)) - end + $:.unshift Pathname.new(File.expand_path('../../lib/', __FILE__)) end Spork.each_run do end