spec/spec_helper.rb in ppl-2.4.0 vs spec/spec_helper.rb in ppl-2.4.1

- old
+ new

@@ -1,14 +1,7 @@ - require "fakefs/safe" require "pathname" bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../../lib", bin_file) -if ENV['CI'] - require "coveralls" - Coveralls.wear! -end - require "ppl" -