Skip to content

Commit

Permalink
Bundler/OrderedGems: Gem codeclimate-test-reporter should appear befo…
Browse files Browse the repository at this point in the history
…re simplecov in their gem group.
  • Loading branch information
acmetech committed Dec 1, 2016
1 parent c1963b0 commit 1bf83a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ group :development do
end

group :test do
gem "codeclimate-test-reporter", require: nil
gem "coveralls", "~> 0.8.16", require: false
gem "cucumber-rails", "~> 1.4.5", require: false
gem "database_cleaner", "~> 1.5.3"
gem "simplecov", "~> 0.12.0", require: false
gem "codeclimate-test-reporter", require: nil

# TODO: Update test so rails-controller-testing can be removed
gem "rails-controller-testing"
Expand Down

0 comments on commit 1bf83a1

Please sign in to comment.