Added rest-client gem dependency when running tests

This commit is contained in:
antisnatchor
2012-03-16 11:12:10 +01:00
parent 5329d5c147
commit f0fab1c431

View File

@@ -49,6 +49,8 @@ if ENV['BEEF_TEST']
# sudo apt-get install libxslt-dev libxml2-dev
# sudo port install libxml2 libxslt
gem "capybara"
#RESTful API tests/generic command module tests
gem "rest-client", "~> 1.6.7"
end
source "http://rubygems.org"