We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c4bee1 + 4cb73e0 commit bf8e833Copy full SHA for bf8e833
test/e2e/rails_boot_test.rb
@@ -4,6 +4,7 @@ class RailsBootTest < ActiveSupport::TestCase
4
def setup
5
ENV["ANTI_MANNER"] = nil
6
ENV["INJECT_ANTI_MANNER"] = nil
7
+ ENV["ANTI_MANNER_DEBUG"] = nil
8
end
9
10
test "Rails exits with status code 1 when improper code is detected and anti manner is enabled" do
0 commit comments