From f0fab1c431e1c9c2cafa94cbef079bee38df6f4e Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Fri, 16 Mar 2012 11:12:10 +0100 Subject: [PATCH] Added rest-client gem dependency when running tests --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 99b911ef9..2c7b9651e 100644 --- a/Gemfile +++ b/Gemfile @@ -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"