Skip to content

Commit

Permalink
enable ruby-debug in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Aug 3, 2011
1 parent 530ff2f commit b4a9b80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
@@ -1,6 +1,11 @@
require 'rspec'
require File.expand_path('../view_helpers/view_example_group', __FILE__)
require 'will_paginate/deprecation'
begin
require 'ruby-debug'
rescue LoadError
# no debugger available
end

module MyExtras
protected
Expand Down

0 comments on commit b4a9b80

Please sign in to comment.