Skip to content

Commit

Permalink
Try all tools
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 21, 2025
1 parent d756bfd commit d9cb25b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@
SPEC_ROOT = root = Pathname(__FILE__).dirname

require "rom-factory"
require "byebug"

%w[debug byebug pry].each do |debugger|
begin

Check failure on line 13 in spec/spec_helper.rb

View workflow job for this annotation

GitHub Actions / Style

Style/RedundantBegin: Redundant `begin` block detected.
require debugger
rescue LoadError
# ignore
end
end

require "rspec"

Dir[root.join("support/*.rb").to_s].sort.each do |f|
Expand Down

0 comments on commit d9cb25b

Please sign in to comment.