summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-01-11 00:42:49 -0700
committermo khan <mo@mokhan.ca>2015-01-11 00:43:51 -0700
commit0f076d97c7d083fc03bf2e20d3131410cf736b99 (patch)
tree7075b122deba35b99c74a908b1a351feb90e639a /Gemfile
parentd569fbe03f0431da241c3765ce383bc2bde74b95 (diff)
use codeclimate instead of simplecov.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3942f47a..71f0068d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -60,7 +60,7 @@ group :development, :test do
gem 'teaspoon'
gem 'database_cleaner'
gem 'factory_girl_rails'
- gem 'simplecov'
+ gem "codeclimate-test-reporter", require: nil
gem 'ffaker'
gem 'poltergeist'
gem 'phantomjs', :require => 'phantomjs/poltergeist'