From 7b234c9b984680390603ecc41220e2b187b148f1 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sat, 27 Jun 2015 17:40:43 +0000 Subject: [PATCH] Add rspec to Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 8a3d151b5..fb726e14a 100644 --- a/Gemfile +++ b/Gemfile @@ -52,6 +52,7 @@ if ENV['BEEF_TEST'] gem "test-unit" gem "selenium" gem "selenium-webdriver" + gem "rspec" # nokogirl is needed by capybara which may require one of the below commands # sudo apt-get install libxslt-dev libxml2-dev # sudo port install libxml2 libxslt