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
As a precursor to implementing CI (in pursuit of our goal of implementing this on as many repos as possible), develop a minimal test suite.
For now, just focus on unit tests that do not depend on external services.
The text was updated successfully, but these errors were encountered:
I created a test suite. The test can be run by command
rails test
or
rails test <file>
The test is available at /test folder in dev repo.
I am not sure how much test should be enough, so I will just leave the issue in in_progress label
Sorry, something went wrong.
ducvan0212
No branches or pull requests
As a precursor to implementing CI (in pursuit of our goal of implementing this on as many repos as possible), develop a minimal test suite.
For now, just focus on unit tests that do not depend on external services.
The text was updated successfully, but these errors were encountered: