Skip to content

Commit

Permalink
Add byebug to test environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
James McCarthy committed Aug 15, 2016
1 parent cbb8759 commit 6d7b1e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ test/dummy/log
.ruby-version
.ruby-gemset
Gemfile.lock
.bundle
.bundle
.byebug_history
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ source "http://rubygems.org"
# Specify your gem's dependencies in seedbank.gemspec
gemspec

gem 'rake', :group => :test
group :test do
gem 'rake'
gem 'byebug'
end

# for CRuby, Rubinius, including Windows and RubyInstaller
gem "sqlite3", :platform => [:ruby, :mswin, :mingw]
Expand Down

0 comments on commit 6d7b1e1

Please sign in to comment.