* Minor comment fix in Gemfile [closes GH-467]

"gem bundle" is a defunct command now that bundler uses "bundle"
This commit is contained in:
Mark A. Miller 2011-08-14 08:36:38 -05:00 committed by Mitchell Hashimoto
parent 25dee4ac6d
commit 9680f3f9d4
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ gem "vagrant", :path => '.'
# typically coincides with it
gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git"
# Gems required for testing only. To install run
# gem bundle test
group :test do
gem "rake"
gem "contest", ">= 0.1.2"