Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Not loading ruby-debug specially.
  • Loading branch information
arunagw committed May 21, 2011
1 parent 1ffc306 commit 4c99f32
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions activeresource/test/abstract_unit.rb
Expand Up @@ -13,11 +13,6 @@
require 'logger'
ActiveResource::Base.logger = Logger.new("#{File.dirname(__FILE__)}/debug.log")

begin
require 'ruby-debug'
rescue LoadError
end

def setup_response
matz_hash = { 'person' => { :id => 1, :name => 'Matz' } }

Expand Down

0 comments on commit 4c99f32

Please sign in to comment.