Thibaut Courouble hace 8 años
padre
commit
d99bb70afb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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