Skip to content

Commit

Permalink
Add hand wash chore
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Dec 3, 2024
1 parent 823c9e9 commit ad12dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/daily_packet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def chore_list

chores << "put out garbage cans" if built_on_monday?
chores << "refill soap dispensers"
chores << "do hand wash"
chores << "wipe off kitchen table"
chores << "run dishwasher"

Expand Down
1 change: 1 addition & 0 deletions spec/models/daily_packet/pdf_view_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"unload dishwasher",
"defrost meat",
"refill soap dispensers",
"do hand wash",
"wipe off kitchen table",
"run dishwasher"
])
Expand Down

0 comments on commit ad12dc1

Please sign in to comment.