spec/spec_helper.rb in prj-0.0.1 vs spec/spec_helper.rb in prj-0.0.2

- old
+ new

@@ -15,7 +15,5 @@ require 'rspec' require 'rspec/autorun' $:.unshift File.expand_path('../../lib', __FILE__) -Dir[File.dirname(__FILE__) + "/support/matchers/*.rb"].each {|f| require f} -