瀏覽代碼

Fix tests

Thibaut Courouble 8 年之前
父節點
當前提交
d99bb70afb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/app_test.rb

+ 1 - 1
test/app_test.rb

@@ -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