Skip to content

Commit

Permalink
Ignore deprecation warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
btk5h committed Aug 26, 2020
1 parent 041b5ba commit 0af05b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# your test database is "scratch space" for the test suite and is wiped
# and recreated between test runs. Don't rely on the data there!

# Tell Ruby to shut up about deprecation warnings during tests
# https://fuzzyblog.io/blog/rails/2020/01/28/turning-off-ruby-deprecation-warnings-when-running-tests.html
$VERBOSE = nil

Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.

Expand Down

0 comments on commit 0af05b6

Please sign in to comment.