Skip to content

Commit 1c40b6b

Browse files
committed
fix/remove factory do billing
não está sendo utilizado coloca time.zone.now na factory de subscription
1 parent 1b9787c commit 1c40b6b

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

spec/factories/billings.rb

-7
This file was deleted.

spec/factories/subscriptions.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FactoryBot.define do
22
factory :subscription do
33
user
4-
start_date { '2024-02-15' }
4+
start_date { Time.zone.now.to_date }
55
status { 0 }
66
end
77
end

0 commit comments

Comments
 (0)