mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 21:15:19 +02:00
Beta Testing Round 3 Bug Fixes (#1357)
* Clean up env example files * Fix duplicate category creations * Fix duplicate tag and merchant creation * Add initial valuation to imported accounts * Add upgrade modal prompt * Don't hide content on billing page * Add temporary session for new customers * Lint fixes * Fix unused translations * Fix system tests
This commit is contained in:
parent
1d20de770f
commit
6baffe7539
43 changed files with 231 additions and 81 deletions
2
test/fixtures/families.yml
vendored
2
test/fixtures/families.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
empty:
|
||||
name: Family
|
||||
stripe_subscription_status: active
|
||||
|
||||
dylan_family:
|
||||
name: The Dylan Family
|
||||
stripe_subscription_status: active
|
||||
|
||||
|
|
2
test/fixtures/files/imports/accounts.csv
vendored
2
test/fixtures/files/imports/accounts.csv
vendored
|
@ -1,5 +1,5 @@
|
|||
type,name,amount,currency
|
||||
Checking,Main Checking Account,5000.00,USD
|
||||
Savings,Emergency Fund,10000.00,USD
|
||||
Credit Card,Rewards Credit Card,-1500.00,USD
|
||||
Credit Card,Rewards Credit Card,1500.00,USD
|
||||
Investment,Retirement Portfolio,75000.00,USD
|
||||
|
|
|
|
@ -7,8 +7,6 @@ end
|
|||
|
||||
require_relative "../config/environment"
|
||||
|
||||
ENV["SELF_HOSTED"] = "false"
|
||||
ENV["UPGRADES_ENABLED"] = "false"
|
||||
ENV["RAILS_ENV"] ||= "test"
|
||||
|
||||
# Fixes Segfaults on M1 Macs when running tests in parallel (temporary workaround)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue