Skip to content

Commit

Permalink
Add RACK_ENV=test
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Oct 19, 2022
1 parent c9d8970 commit d9ab889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

ENV["RACK_ENV"] = "test"

require "yabeda/schked"

require_relative "support/schked"
Expand Down

0 comments on commit d9ab889

Please sign in to comment.