Skip to content

Add to render_template docs: specify that a request renders a given layout #1837

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

Closed
wants to merge 1 commit into from
Closed

Add to render_template docs: specify that a request renders a given layout #1837

wants to merge 1 commit into from

Conversation

brunofacca
Copy link

Given that render_template can be used to assert that a specific layout was rendered, as in expect(subject).to render_template("layouts/guest"), this PR adds that to the docs.

This closes #1836.

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.

Show how to assert that a specific layout was rendered in the render_template docs
1 participant