Add rake to Gemfile test group

This commit is contained in:
Brendan Coles
2017-04-10 16:46:31 +00:00
parent 1a68c165bb
commit 5d927d9d1b

View File

@@ -75,6 +75,7 @@ end
# For running unit tests
group :test do
if ENV['BEEF_TEST']
gem 'rake'
gem 'test-unit'
gem 'test-unit-full'
gem 'curb'