From 65b6b4822f123de5ce8408a33e5f05386bb70064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petteri=20R=C3=A4ty?= Date: Thu, 6 Dec 2012 14:35:36 +0200 Subject: [PATCH] Comment out ruby-debug The Gemfile does not pull it in any more as that gem is not working on 1.9. In order to run the cucumber features comment out the require for now. --- examples/features/support/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/features/support/env.rb b/examples/features/support/env.rb index b9032e9..f7bf772 100644 --- a/examples/features/support/env.rb +++ b/examples/features/support/env.rb @@ -6,7 +6,7 @@ require 'bundler' Bundler.setup require 'rspec/expectations' -require 'ruby-debug' +#require 'ruby-debug' DB_DIR = "#{File.dirname(__FILE__)}/../../db"