mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
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:
parent
8e448beba5
commit
65b6b4822f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require 'bundler'
|
|||
|
||||
Bundler.setup
|
||||
require 'rspec/expectations'
|
||||
require 'ruby-debug'
|
||||
#require 'ruby-debug'
|
||||
|
||||
DB_DIR = "#{File.dirname(__FILE__)}/../../db"
|
||||
|
||||
|
|
Loading…
Reference in a new issue