-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Create controller generator for routing specs #2134
Create controller generator for routing specs #2134
Conversation
65ea1e4
to
ae142a4
Compare
@JonRowe I forked the branch to my own repository since I no longer have writing permissions to the other one. I addressed your comments, could you take a look please? BTW, I think the failing tests are not related to this PR, any ideas what could these could about? Test 1 |
Thanks for this PR @00dav00 What do you think about pointing to https://github.com/rspec/rspec-rails/tree/4-0-dev instead of master? I don't see any clear path on failing CI. I reran the failing job. If you point to https://github.com/rspec/rspec-rails/tree/4-0-dev to build matrix is much smaller. I think this change deserve to be in next release of rspec-rails 4. |
Sure @benoittgt, let me point it against 4-0-dev |
0c1b9fe
to
287877d
Compare
@benoittgt @JonRowe Done, this is now pointing to 4-0-dev 👍 |
@benoittgt It's failing for a couple specs in Rails 6.0, the specs that are not related to the PR. The problem seems to be in some header info that is added in Rails 6.0
I don't think this related to the PR, but I can use a more flexible matcher to compare this if you think this should be changed int his PR, please let me know. |
Failing CI on Rails 6 is unrelated. I will submit a patch to fix 4-0-dev. :) |
Hey. Can you rebase over 4-0-dev? I submited a patch |
287877d
to
666751f
Compare
Done @benoittgt ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM : 🌮
This PR covers #1160 and has been open instead of #1806
This creates routing specs for controller generator
/cc @rspec/rspec