Skip to content

Commit

Permalink
Add Byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Apr 16, 2015
1 parent c59a186 commit 1cfbe79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ group :development do
gem "bundler"
gem "jeweler"
gem "test-unit"
gem "byebug", platform: :mri
end
4 changes: 4 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require 'rubygems'
require 'yaml'
require 'test/unit'
begin
require 'byebug'
rescue LoadError
end

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
Expand Down

0 comments on commit 1cfbe79

Please sign in to comment.