Skip to content

Commit 8f31904

Browse files
author
Sam Phippen
committed
Fix example spec
1 parent 789773c commit 8f31904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/matchers/render_template_matcher.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Feature: render_template matcher
4242
describe "GET #index" do
4343
subject { get :index }
4444
45-
it "renders the guest layout" do
46-
expect(subject).to render_template("layouts/guest")
45+
it "renders the application layout" do
46+
expect(subject).to render_template("layouts/application")
4747
end
4848
4949
it "does not render a different layout" do

0 commit comments

Comments
 (0)