pJeyakumar / noticed_upgrade_project

2 stars 0 forks source link

Create notification unit-test suite in preparation for upgrade validation #5

Closed srb- closed 4 months ago

srb- commented 5 months ago

Create a testing plan for full validation that any changes have not adversely affected the application.

We will need to include the rspec-rails gem to create RSpec tests for the notification and mailer classes.

pJeyakumar commented 5 months ago

FactoryBot is used to create the factories for the RSpec tests.