Skip to content

Commit

Permalink
Allow byebug for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Feb 1, 2021
1 parent bb0f879 commit b1c483e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
*.gem
.byebug_history
1 change: 1 addition & 0 deletions test/test_helper.rb
Expand Up @@ -2,6 +2,7 @@
require "rails"
require "rails/test_help"
require "active_support/testing/autorun"
require "byebug"

require "kredis"

Expand Down

0 comments on commit b1c483e

Please sign in to comment.