Skip to content

Commit d99bb70

Browse files
committed
Fix tests
1 parent 9e6979b commit d99bb70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/app_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def app
4343
it "sets layout from cookie" do
4444
set_cookie('layout=foo')
4545
get '/'
46-
assert_includes last_response.body, 'class="_app foo"'
46+
assert_includes last_response.body, '<body class="_booting _noscript foo">'
4747
end
4848
end
4949

0 commit comments

Comments
 (0)