Add barista gem to test group

This fixes selenium/handlebars_spec on jenkins

Change-Id: I352e2269d663bdaa3d2a1ebf19db8f8fba5a895f
Reviewed-on: https://gerrit.instructure.com/6145
Tested-by: Hudson <hudson@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
This commit is contained in:
Bryan Madsen 2011-10-12 12:30:08 -06:00
parent 77681054a5
commit 38dd77775c
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ group :sqlite do
end
group :test do
gem 'barista', '1.2.1'
gem 'bluecloth', '2.0.10' # for generating api docs
gem 'parallel_tests', '0.6.4'
gem 'rcov', '0.9.9'