-
Notifications
You must be signed in to change notification settings - Fork 130
Refactor specs for RedirectPage #222
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
Refactor specs for RedirectPage #222
Conversation
f607ec7 to
69ad919
Compare
|
Current failures are on |
|
All CI checks are now passing for this refactor. |
5a9e702 to
ecedb76
Compare
|
@ashmaroli May I know what is blocking the merge for this PR? |
|
Either ways, this is going to wait for couple of days for a response from the team. |
|
Thanks @satyanash |
I was planning to take a crack at #214 and realized that the specs for
RedirectPagecould do with some refactoring before actually implementing the fix for it. Would like to get the refactor merged before moving on to the actual fix.At a high level the refactor does the following:
shared_examplesblock.RedirectPage.from_pathsin the spec.and makes it private.RedirectPage.redirect_fromandRedirectPage.redirect_toin the spec.