소스 검색

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