issues
search
welaborate-labs
/
inka_backoffice
0
stars
0
forks
source link
Create Service Booking model and create the test for it
#15
Closed
rodolforpr88
closed
2 years ago
rodolforpr88
commented
2 years ago
app/models/customer remove all the lambdas and add the has_many :service_bookings
app/models/timeslot add the has_many :service_bookings
app/modles/service_booking create the model for service booking
spec/models/customer_spec refactor the validation that the lambdas was removed
spec/factories/service_booking create the factory for the service_booking
spec/models/service_booking create the test for the new model service_booking
Rspec Screenshot
Observation.: The Error war fixed in the last PR #13
Rspec Screenshot
Observation.: The Error war fixed in the last PR #13