lib/dry/web/roda/templates/spec/spec_helper.rb.tt in dry-web-roda-0.7.2 vs lib/dry/web/roda/templates/spec/spec_helper.rb.tt in dry-web-roda-0.7.3

- old
+ new

@@ -1,7 +1,7 @@ ENV["RACK_ENV"] = "test" -require "byebug" +require "pry-byebug" SPEC_ROOT = Pathname(__FILE__).dirname Dir[SPEC_ROOT.join("support/*.rb").to_s].each(&method(:require)) Dir[SPEC_ROOT.join("shared/*.rb").to_s].each(&method(:require))