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 spec that pointed to wrong version of rails #50

Merged
merged 6 commits into from
Nov 11, 2022

Conversation

iftheshoefritz
Copy link
Owner

This spec should have pointed to rails7/routes.yml instead of rails6/routes.yml

Some methods with boolean return values come back from sg as `["true", "false"]`
where previously they were `undefined`

Some other methods with boolean return values come back from sg as `"Object"`
were previously they were `undefined`
These were presumably not previously identified as problems because the rails7
spec was pointing to rails6/routes
Validating the presence of methods is fast, running rspec is slow (especially in
CI).

List all of the methods that are expected based on a yaml definition but are
missing in one test's output, rather than failing when only one method is missing.
@iftheshoefritz iftheshoefritz merged commit ebc2f3c into main Nov 11, 2022
@iftheshoefritz iftheshoefritz deleted the fix-rails7-routing-spec branch November 11, 2022 16:33
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

Successfully merging this pull request may close these issues.

None yet

1 participant