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

Fix Controller Names on Tests #258

Closed
Janell-Huyck opened this issue Oct 18, 2023 · 0 comments · Fixed by #259
Closed

Fix Controller Names on Tests #258

Janell-Huyck opened this issue Oct 18, 2023 · 0 comments · Fixed by #259
Labels

Comments

@Janell-Huyck
Copy link
Contributor

In a handful of the routing tests, the incorrect controller is being referenced, which brings in the incorrect context. Correct the routing tests controllers so that they are testing the correct routes. Example:
spec/routing/digital_projects_routing_spec.rb
currently:
RSpec.describe BookChaptersController, type: :routing do
should be:
RSpec.describe DigitalProjectsController, type: :routing do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants