Skip to content

Commit

Permalink
config force_ssl=true in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Oct 10, 2024
1 parent eb81610 commit 857413b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
# Print deprecation notices to the stderr.
config.active_support.deprecation = :stderr

config.force_ssl = true

# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true
end

0 comments on commit 857413b

Please sign in to comment.