1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Update flash notice in test

This commit is contained in:
Zach Gollwitzer 2025-05-02 15:08:56 -04:00
parent 71f7cc22f9
commit 1b2397147e

View file

@ -14,7 +14,7 @@ class SubscriptionsControllerTest < ActionDispatch::IntegrationTest
post start_trial_subscription_path
assert_redirected_to root_path
assert_equal "Your trial has started", flash[:notice]
assert_equal "Welcome to Maybe!", flash[:notice]
assert @user.reload.onboarded?
assert @user.family.reload.trial_started_at.present?