-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
If we wrote a test suite for appdev_template, what would it check in the generated app?
- It should
bin/setupsuccessfully on Gitpod. - It should
bin/serverand return 200 on Gitpod. - It should run
rspecsuccessfully and return the stubbed hello world test. - It should deploy to Heroku successfully.
/gitshould be visitable.- If a file is touched, a commit should be able to be made.
/adminshould be visitable and sign-inable withadmin@example.com/password.