If we wrote a test suite for appdev_template, what would it check in the generated app?
- It should
bin/setup successfully on Gitpod.
- It should
bin/server and return 200 on Gitpod.
- It should run
rspec successfully and return the stubbed hello world test.
- It should deploy to Heroku successfully.
/git should be visitable.
- If a file is touched, a commit should be able to be made.
/admin should be visitable and sign-inable with admin@example.com/password.
If we wrote a test suite for
appdev_template, what would it check in the generated app?bin/setupsuccessfully on Gitpod.bin/serverand return 200 on Gitpod.rspecsuccessfully and return the stubbed hello world test./gitshould be visitable./adminshould be visitable and sign-inable withadmin@example.com/password.