spec/spec.sane.rb in sane-0.19.1 vs spec/spec.sane.rb in sane-0.20.0

- old
+ new

@@ -119,7 +119,13 @@ end it "should have an auto-loading pp method" do pp 1,2,3 end + + it "should have require_relative" do + FileUtils.touch 'go.rb' + require_relative 'go.rb' + FileUtils.rm 'go.rb' + end end