Skip to content

Commit

Permalink
Removing the redundant settings in spec helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
russ committed Oct 8, 2024
1 parent 2c42573 commit 9a9934a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/spec_helper.cr
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,4 @@ Lucky::ForceSSLHandler.configure do |settings|
settings.enabled = true
end

Lucky::MaximumRequestSizeHandler.configure do |settings|
settings.enabled = false
end

Habitat.raise_if_missing_settings!

0 comments on commit 9a9934a

Please sign in to comment.