Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Activity: Add days to factory.
Browse files Browse the repository at this point in the history
References #52.
  • Loading branch information
ybakos committed Sep 8, 2020
1 parent 229e6fb commit b2daa90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/factories/activities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
end_date { '01/11/2020' }
start_time { '10:00' }
end_time { '12:00' }
days { 'Monday, Wednesday' }
location { 'Bend' }
contact_name { 'Howard' }
contact_email { '[email protected]' }
Expand Down

0 comments on commit b2daa90

Please sign in to comment.