spec/spec_helper.rb in developwithpassion_fakes-0.0.5 vs spec/spec_helper.rb in developwithpassion_fakes-0.0.6
- old
+ new
@@ -1,5 +1,4 @@
-require 'rspec'
Dir.chdir(File.join(File.dirname(__FILE__),"..,lib".split(','))) do
Dir.glob("**/*.rb").each do |file|
full_path = File.expand_path(file)
$:.unshift File.expand_path(File.dirname(full_path))