1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Index: ruby-omniauth-oauth/spec/helper.rb
===================================================================
--- ruby-omniauth-oauth.orig/spec/helper.rb
+++ ruby-omniauth-oauth/spec/helper.rb
@@ -1,9 +1,9 @@
$LOAD_PATH.unshift File.expand_path("..", __FILE__)
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
-require "simplecov"
-SimpleCov.start do
- minimum_coverage(89.8)
-end
+#require "simplecov"
+#SimpleCov.start do
+# minimum_coverage(89.8)
+#end
require "rspec"
require "rack/test"
require "webmock/rspec"
|