mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 08:31:39 -04:00
lk | client completion date is merged into client pickup date
This commit is contained in:
@@ -14,7 +14,7 @@ describe Client do
|
||||
|
||||
end
|
||||
it "does not include completed clients" do
|
||||
create(:client, completion_date: 1.week.ago)
|
||||
create(:client, pickup_date: 1.week.ago)
|
||||
expect(Client.waiting_list).to be_empty
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user