Clean up a couple deprecations in test.

This commit is contained in:
James Mason 2018-11-19 15:47:08 -08:00
parent 0a5246388f
commit 7835d887f2
No known key found for this signature in database
GPG key ID: 1B3951886C449023
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# encoding : utf-8
# https://github.com/RubyMoney/money#deprecation
Money.locale_backend = :i18n
MoneyRails.configure do |config|
# To set the default currency

View file

@ -1,2 +0,0 @@
# Tracking associations is an experimental feature and it is recommended to set it to false
PaperTrail.config.track_associations = false