Skip to content

Commit 1680fda

Browse files
committed
👷 More spec config
1 parent d8ba9c9 commit 1680fda

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

spec/config/constants.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VERBS = %i[get post put delete patch].freeze

spec/config/debug.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
load_debugger = ENV.fetch("DEBUG", "false").casecmp("true") == 0
2+
3+
puts "LOADING DEBUGGER: #{load_debugger}" if load_debugger
4+
5+
require "debug" if load_debugger

0 commit comments

Comments
 (0)