Skip to content
New issue

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

Some Test Suite Files Missing _spec.rb Format and Not Being Executed #3437

Open
aaronskiba opened this issue Jul 11, 2024 · 0 comments
Open

Comments

@aaronskiba
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant