We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we wrote a test suite for appdev_template, what would it check in the generated app?
appdev_template
bin/setup
bin/server
rspec
/git
/admin
admin@example.com
password
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If we wrote a test suite for
appdev_template
, what would it check in the generated app?bin/setup
successfully on Gitpod.bin/server
and return 200 on Gitpod.rspec
successfully and return the stubbed hello world test./git
should be visitable./admin
should be visitable and sign-inable withadmin@example.com
/password
.The text was updated successfully, but these errors were encountered: