Skip to content

Commit

Permalink
fix/remove factory do billing
Browse files Browse the repository at this point in the history
não está sendo utilizado
coloca time.zone.now na factory de subscription
  • Loading branch information
DanSmaR committed Feb 16, 2024
1 parent 1b9787c commit 1c40b6b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions spec/factories/billings.rb

This file was deleted.

2 changes: 1 addition & 1 deletion spec/factories/subscriptions.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FactoryBot.define do
factory :subscription do
user
start_date { '2024-02-15' }
start_date { Time.zone.now.to_date }
status { 0 }
end
end

0 comments on commit 1c40b6b

Please sign in to comment.