Skip to content

Commit

Permalink
Require ruby-debug only if 1.8 is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rozumey committed Dec 18, 2011
1 parent bb0cf43 commit 110b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Expand Up @@ -2,7 +2,7 @@
require 'bundler'
Bundler.setup(:default, :test)

require 'ruby-debug'
require 'ruby-debug' unless RUBY_VERSION > '1.9'
require 'ostruct'
require 'minitest/spec'
require 'minitest/autorun'
Expand Down

0 comments on commit 110b807

Please sign in to comment.