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
I'd like to have modularized the test run by gobierto module. Something like:
bin/rails test:admin # which run gobierto_admin module bin/rails test:attachments bin/rails test:budget bin/rails test:calendars bin/rails test:cms bin/rails test:common bin/rails test:core bin/rails test:dashboard bin/rails test:data bin/rails test:export bin/rails test:indicators ...
because this is tedious run and error prone
bin/rails test test/controller/gobierto_admin bin/rails test test/models/gobierto_admin bin/rails test test/systemgobierto_admin ....
I would take advantage of circle ci config.yml
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'd like to have modularized the test run by gobierto module. Something like:
because this is tedious run and error prone
I would take advantage of circle ci config.yml
The text was updated successfully, but these errors were encountered: