Added compass to avoid warning during test suite

This commit is contained in:
Ryan McGeary 2013-07-21 12:54:04 -04:00
parent 60dc1fee0e
commit caced07f0f

View file

@ -10,6 +10,7 @@ group :development do
end
group :test do
gem "compass"
gem "cucumber"
gem "fivemat"
gem "aruba"