Gemfile: Move guard-test to development group

The guard documentation previously advised to put it into a seperate
group, but it no longer does that.
pull/960/head
Michael Frister 11 years ago
parent 4f9ffad922
commit a6c2ef9375
  1. 4
      Gemfile

@ -177,10 +177,6 @@ group :development do
gem 'rb-fsevent', :group => :test
gem 'thin'
gem 'faker'
end
group :tools do
# why tools? see: https://github.com/guard/guard-test
gem 'guard-test'
end

Loading…
Cancel
Save