Skip to content

Commit

Permalink
Bring codeclimate gem back
Browse files Browse the repository at this point in the history
  • Loading branch information
bertocq committed Nov 22, 2017
1 parent 99f02e9 commit c9de943
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ end
group :test do
gem 'capybara'
gem 'coveralls', require: false
gem 'codeclimate-test-reporter'
gem 'database_cleaner'
gem 'launchy'
gem 'poltergeist', '~> 1.15.0'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ GEM
cocaine (0.5.8)
climate_control (>= 0.0.3, < 1.0)
cocoon (1.2.6)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
Expand Down Expand Up @@ -455,6 +457,7 @@ DEPENDENCIES
capistrano-rvm (~> 0.1.1)
capybara
cocoon
codeclimate-test-reporter
coffee-rails (~> 4.1.0)
coveralls
database_cleaner
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
require 'coveralls'
Coveralls.wear!('rails')
require 'simplecov'
require "codeclimate-test-reporter"

SimpleCov.start
CodeClimate::TestReporter.start

RSpec.configure do |config|
# rspec-expectations config goes here. You can use an alternate
Expand Down

0 comments on commit c9de943

Please sign in to comment.