kasugaijin / baja-pet-rescue

Kasugaijin's open-source Ruby on Rails production app that enables dog rescue organisation staff in Mexico to post dogs and receive applications for adoption from users in USA and Canada..
27 stars 9 forks source link

Purge attachments in test environment after each test run #62

Closed kasugaijin closed 1 year ago

kasugaijin commented 1 year ago

Rails does not automatically purge attachments that are created during testing e.g., in this app, in org_dogs_test,rb

See the rails guides on testing active storage.

Acceptance Criteria:

kasugaijin commented 1 year ago

Added purge method to test helper and call in teardown callback