Skip to content

Commit bf8e833

Browse files
authored
Merge pull request #17 from willnet/clear-env-on-tests
Clear ANTI_MANNER_DEBUG on e2e-test
2 parents 8c4bee1 + 4cb73e0 commit bf8e833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/rails_boot_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class RailsBootTest < ActiveSupport::TestCase
44
def setup
55
ENV["ANTI_MANNER"] = nil
66
ENV["INJECT_ANTI_MANNER"] = nil
7+
ENV["ANTI_MANNER_DEBUG"] = nil
78
end
89

910
test "Rails exits with status code 1 when improper code is detected and anti manner is enabled" do

0 commit comments

Comments
 (0)