mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 17:28:50 +01:00
Merge pull request #135 from zoombody/bug/1383-simplecov
Change simplecov gem group from development to test
This commit is contained in:
commit
4572c958b2
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -49,7 +49,6 @@ group :development do
|
|||
gem "yard"
|
||||
gem "tolk"
|
||||
gem "bullet"
|
||||
gem "simplecov"
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue