mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-20 13:49:39 +02:00
Remove manual merchant management (rules will replace)
This commit is contained in:
parent
f07940bf45
commit
83dcbd9ff0
44 changed files with 123 additions and 386 deletions
|
@ -50,7 +50,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest
|
|||
assert_not Account.exists?(account.id)
|
||||
assert_not Category.exists?(category.id)
|
||||
assert_not Tag.exists?(tag.id)
|
||||
assert_not Merchant.exists?(merchant.id)
|
||||
assert_not Import.exists?(import.id)
|
||||
assert_not Budget.exists?(budget.id)
|
||||
assert_not PlaidItem.exists?(plaid_item.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue