roadmap
roadmap copied to clipboard
Some Test Suite Files Missing `_spec.rb` Format and Not Being Executed
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
v4.2.0Expected behaviour:- Spec files must end in
_spec.rbto be executed via the following commands:
# Default: Run all spec files (i.e., those matching spec/**/*_spec.rb)
$ bundle exec rspec
# Run all spec files in a single directory (recursively)
$ bundle exec rspec spec/models
Actual behaviour:
- Some files that are probably meant to be spec files are missing the
_spec.rbending.spec/mixins/versionable_model.rbspec/presenters/plan_presenter.rbspec/requests/api/v1/plans_controller.rb