Skip to content

Commit

Permalink
TEMP: Enable deprecation warnings when running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Jan 26, 2023
1 parent 847182e commit 023b3f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "devise"
require "knapsack_pro"

Warning[:deprecated] = true
Dir["./spec/factory_bot/**/*.rb"].sort.each { |f| require f }
Dir["./spec/models/concerns/*.rb"].each { |f| require f }
Dir["./spec/support/**/*.rb"].sort.each { |f| require f }
Expand Down

0 comments on commit 023b3f3

Please sign in to comment.