Skip to content

Commit

Permalink
Remove coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
josepjaume committed Feb 2, 2016
1 parent b964f57 commit 62a42ae
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ end
group :test do
gem 'database_cleaner'
gem 'poltergeist'
gem 'coveralls', require: false
gem 'email_spec'
gem "webmock"
end
Expand Down
26 changes: 0 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@ GEM
coffee-script-source (1.10.0)
concurrent-ruby (1.0.0)
connection_pool (2.2.0)
coveralls (0.8.10)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.11.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
css_parser (1.3.7)
Expand All @@ -149,9 +142,6 @@ GEM
devise-async (0.10.1)
devise (~> 3.2)
diff-lcs (1.2.5)
docile (1.1.5)
domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
draper (2.1.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
Expand Down Expand Up @@ -214,8 +204,6 @@ GEM
html_truncator (0.4.1)
nokogiri (~> 1.5)
htmlentities (4.3.4)
http-cookie (1.0.2)
domain_name (~> 0.5)
httpi (2.4.1)
rack
i18n (0.7.0)
Expand Down Expand Up @@ -270,7 +258,6 @@ GEM
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
netrc (0.11.0)
newrelic_rpm (3.14.1.311)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
Expand Down Expand Up @@ -394,10 +381,6 @@ GEM
request_store (1.3.0)
responders (2.1.1)
railties (>= 4.2.0, < 5.1)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rinku (1.7.3)
roadie (3.1.1)
css_parser (~> 1.3.4)
Expand Down Expand Up @@ -466,11 +449,6 @@ GEM
redis (~> 3.2, >= 3.2.1)
simple_captcha2 (0.4.0)
rails (>= 4.1)
simplecov (0.11.1)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
Expand Down Expand Up @@ -508,9 +486,6 @@ GEM
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unicorn (5.0.1)
kgio (~> 2.6)
rack
Expand Down Expand Up @@ -558,7 +533,6 @@ DEPENDENCIES
capybara-screenshot
ckeditor (~> 4.1.5)
coffee-rails (~> 4.1.0)
coveralls
daemons
dalli
database_cleaner
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Citizen Participation and Open Government Application
[![Circle CI](https://circleci.com/gh/AjuntamentdeBarcelona/decidim.barcelona/tree/master.svg?style=svg)](https://circleci.com/gh/AjuntamentdeBarcelona/decidim.barcelona/tree/master)
[![Code Climate](https://codeclimate.com/github/AjuntamentdeBarcelona/decidim.barcelona/badges/gpa.svg)](https://codeclimate.com/github/AjuntamentdeBarcelona/decidim.barcelona)
[![Dependency Status](https://gemnasium.com/AjuntamentdeBarcelona/decidim.barcelona.svg)](https://gemnasium.com/AjuntamentdeBarcelona/decidim.barcelona)
[![Coverage Status](https://coveralls.io/repos/AjuntamentdeBarcelona/decidim.barcelona/badge.svg?branch=master&service=github)](https://coveralls.io/github/AjuntamentdeBarcelona/decidim.barcelona?branch=master)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

This is the opensource code repository for "decidim.barcelona", based on [Consul](https://github.com/consul/consul), developed by the Madrid City government.
Expand Down
2 changes: 0 additions & 2 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'coveralls'
Coveralls.wear!('rails')
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
abort("The Rails environment is running in production mode!") if Rails.env.production?
Expand Down

0 comments on commit 62a42ae

Please sign in to comment.