spec/spec_helper.rb in attempt_this-1.0.0 vs spec/spec_helper.rb in attempt_this-1.0.1

- old
+ new

@@ -1,5 +1,4 @@ require 'simplecov' SimpleCov.start -require 'uuid' -require_relative '../lib/attempt_this.rb' +require 'attempt_this.rb' \ No newline at end of file