984a5dd4ce
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Jason Zimdars <jz@37signals.com>
12 lines
356 B
YAML
12 lines
356 B
YAML
_fixture:
|
|
model_class: Account::Subscription
|
|
|
|
signals_monthly:
|
|
id: <%= ActiveRecord::FixtureSet.identify("signals_monthly", :uuid) %>
|
|
account_id: <%= ActiveRecord::FixtureSet.identify("37s", :uuid) %>
|
|
plan_key: monthly_v1
|
|
status: active
|
|
stripe_customer_id: cus_test_37signals
|
|
created_at: <%= Time.current %>
|
|
updated_at: <%= Time.current %>
|