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 f4dfd91 commit 41b698c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dummy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ group :test do
gem 'rspec-instafail', '~> 0.2.4', require: false
gem 'webmock', '~> 1.8.11', require: false
gem 'simplecov', '~> 0.7.1', require: false
end

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

Expand Down

0 comments on commit 41b698c

Please sign in to comment.