Skip to content

Commit 38b666d

Browse files
authored
Make sure debug is available in tests (#200)
This is just a small quality of life thing that makes sure the debug gem is available when running tests. I tested this by putting binding.b in a test file and running bin/test-unit. Before this change my debugger wasn't caught but now it is!
2 parents 953ad3d + a725065 commit 38b666d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
group :development do
7+
group :development, :test do
88
gem "rails", github: "rails/rails", branch: "main"
99
gem "sqlite3", "2.7.4"
1010
gem "debug", "1.11.0"
11-
gem "minitest-parallel_fork", "2.1.0"
11+
gem "minitest-parallel_fork", "2.1.0", require: false
1212
end
1313

1414
group :rubocop do

0 commit comments

Comments
 (0)