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.
This commit is contained in:
Petteri Räty 2012-12-06 14:35:36 +02:00
parent 8e448beba5
commit 65b6b4822f

View file

@ -6,7 +6,7 @@ require 'bundler'
Bundler.setup
require 'rspec/expectations'
require 'ruby-debug'
#require 'ruby-debug'
DB_DIR = "#{File.dirname(__FILE__)}/../../db"