You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
v4.2.0 Expected behaviour:
Spec files must end in _spec.rb to 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.rb ending.
spec/mixins/versionable_model.rb
spec/presenters/plan_presenter.rb
spec/requests/api/v1/plans_controller.rb
The text was updated successfully, but these errors were encountered:
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
v4.2.0
Expected behaviour:
_spec.rb
to be executed via the following commands:Actual behaviour:
_spec.rb
ending.spec/mixins/versionable_model.rb
spec/presenters/plan_presenter.rb
spec/requests/api/v1/plans_controller.rb
The text was updated successfully, but these errors were encountered: