Skip to content

Commit

Permalink
Change simplecov gem group from development to test
Browse files Browse the repository at this point in the history
Fixes #1383
  • Loading branch information
dnrce committed Dec 24, 2012
1 parent b18b222 commit 000c6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -49,7 +49,6 @@ group :development do
gem "yard"
gem "tolk"
gem "bullet"
gem "simplecov"
end

group :test do
Expand All @@ -58,6 +57,7 @@ group :test do
gem "cucumber-rails", :require => false
gem "database_cleaner"
gem "aruba"
gem "simplecov"

# Note that > 2.14 has problems, see:
# https://code.google.com/p/selenium/issues/detail?id=3075
Expand Down

0 comments on commit 000c6b6

Please sign in to comment.