spec/spec_helper.rb in ppl-4.0.1 vs spec/spec_helper.rb in ppl-4.0.2

- old
+ new

@@ -1,8 +1,11 @@ require "fakefs/safe" require "pathname" require "pry" +require "rspec" bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../../lib", bin_file) + +RSpec::Expectations.configuration.on_potential_false_positives = :nothing require "ppl"