From d0e98d1ada72e87b222c65377a0bd791c288c86f Mon Sep 17 00:00:00 2001 From: Matt Wynne Date: Wed, 9 Jul 2014 09:58:36 +0100 Subject: [PATCH] [Cucumber Pro] Added cucumber-pro to Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 93cec5d7395..7a33db05b9a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ +gem "cucumber-pro", "0.0.13", :group => :test source "https://rubygems.org" gemspec unless ENV['CUCUMBER_USE_RELEASED_CORE']