We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9787c commit 1c40b6bCopy full SHA for 1c40b6b
spec/factories/billings.rb
spec/factories/subscriptions.rb
@@ -1,7 +1,7 @@
1
FactoryBot.define do
2
factory :subscription do
3
user
4
- start_date { '2024-02-15' }
+ start_date { Time.zone.now.to_date }
5
status { 0 }
6
end
7
0 commit comments