Skip to content

Commit 579cdca

Browse files
Gareth AdamsGareth Adams
authored andcommitted
Allow debugger in test environment too
1 parent bf64b9d commit 579cdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "http://rubygems.org"
55
# development dependencies will be added by default to the :development group.
66
gemspec
77

8-
group :development do
8+
group :development, :test do
99
gem 'pry-byebug'
1010
end
1111

0 commit comments

Comments
 (0)