mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix tests
This commit is contained in:
parent
9e6979b6d2
commit
d99bb70afb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class AppTest < MiniTest::Spec
|
|||
it "sets layout from cookie" do
|
||||
set_cookie('layout=foo')
|
||||
get '/'
|
||||
assert_includes last_response.body, 'class="_app foo"'
|
||||
assert_includes last_response.body, '<body class="_booting _noscript foo">'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue