Skip to content

Commit

Permalink
Fix Action Mailbox, Action Text strict warnings
Browse files Browse the repository at this point in the history
These appear to have been missed when the change was made in
d917896
  • Loading branch information
skipkayhil committed Feb 23, 2023
1 parent e027101 commit ba028a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionmailbox/test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "active_support/testing/strict_warnings"

ENV["RAILS_ENV"] = "test"
ENV["RAILS_INBOUND_EMAIL_PASSWORD"] = "tbsy84uSV1Kt3ZJZELY2TmShPRs91E3yL4tzf96297vBCkDWgL"

Expand Down
2 changes: 2 additions & 0 deletions actiontext/test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "active_support/testing/strict_warnings"

# Configure Rails Environment
ENV["RAILS_ENV"] = "test"

Expand Down

0 comments on commit ba028a4

Please sign in to comment.