[DRE-commits] [ruby-twitter] 01/11: reverse previously applied patch
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri May 2 08:06:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-twitter.
commit 532cfd165e7e9a8fffd60e51797e51672db6972f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu May 1 16:55:45 2014 +0530
reverse previously applied patch
---
spec/helper.rb | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/spec/helper.rb b/spec/helper.rb
index 4b3ca6f..70010af 100644
--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -1,11 +1,11 @@
-#require 'simplecov'
-#require 'coveralls'
+require 'simplecov'
+require 'coveralls'
-#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
-# SimpleCov::Formatter::HTMLFormatter
-# Coveralls::SimpleCov::Formatter
-#]
-#SimpleCov.start
+SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
+ SimpleCov::Formatter::HTMLFormatter,
+ Coveralls::SimpleCov::Formatter
+]
+SimpleCov.start
require 'twitter'
require 'twitter/identity_map'
@@ -15,7 +15,7 @@ require 'tempfile'
require 'timecop'
require 'webmock/rspec'
-WebMock.disable_net_connect!
+WebMock.disable_net_connect!(:allow => 'coveralls.io')
RSpec.configure do |config|
config.expect_with :rspec do |c|
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-twitter.git
More information about the Pkg-ruby-extras-commits
mailing list