Skip to content

Commit

Permalink
refs #78 Adds code climate gem to test and cucumber group.
Browse files Browse the repository at this point in the history
  • Loading branch information
volontarian committed Apr 8, 2015
1 parent a45c90b commit c01edf9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -52,6 +52,10 @@ group :test do
gem 'simplecov', '~> 0.7.1', require: false
end

group :test, :cucumber do
gem 'codeclimate-test-reporter', require: nil
end

group :development, :test do
gem 'debugger', platforms: :mri_19
gem 'ruby-debug', '~> 0.10.4', platforms: :mri_18
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -184,6 +184,8 @@ GEM
timers (~> 1.1.0)
childprocess (0.5.5)
ffi (~> 1.0, >= 1.0.11)
codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
coffee-rails (4.0.1)
coffee-script (>= 2.2.0)
Expand Down Expand Up @@ -606,6 +608,7 @@ DEPENDENCIES
capistrano_colors (~> 0.5.5)
capybara (~> 1.1.2)
capybara-webkit (~> 0.13.0)
codeclimate-test-reporter
cucumber (~> 1.2.5)
cucumber-rails (~> 1.3.0)
cucumber-rails-training-wheels (~> 1.0.0)
Expand Down

0 comments on commit c01edf9

Please sign in to comment.