@@ -63,7 +63,7 @@ describe('simple acceptance', function() {
6363 } )
6464 . then ( function ( response ) {
6565 expect ( response . statusCode ) . to . equal ( 200 ) ;
66- expect ( response . headers [ "content-type" ] ) . to . eq ( "text/html; charset=UTF -8" ) ;
66+ expect ( response . headers [ "content-type" ] ) . to . eq ( "text/html; charset=utf -8" ) ;
6767 expect ( response . body ) . to . contain ( "<!-- EMBER_CLI_FASTBOOT_BODY -->" ) ;
6868 } ) ;
6969 } ) ;
@@ -92,7 +92,7 @@ describe('simple acceptance', function() {
9292 } )
9393 . then ( function ( response ) {
9494 expect ( response . statusCode ) . to . equal ( 200 ) ;
95- expect ( response . headers [ "content-type" ] ) . to . eq ( "text/html; charset=UTF -8" ) ;
95+ expect ( response . headers [ "content-type" ] ) . to . eq ( "text/html; charset=utf -8" ) ;
9696 expect ( response . body ) . to . contain ( "<!-- EMBER_CLI_FASTBOOT_BODY -->" ) ;
9797 } ) ;
9898 } ) ;
@@ -131,7 +131,7 @@ describe('simple acceptance', function() {
131131 . then ( function ( response ) {
132132 // Asset serving is on by default
133133 expect ( response . statusCode ) . to . equal ( 200 ) ;
134- expect ( response . headers [ "content-type" ] ) . to . eq ( "application/javascript; charset=UTF -8" ) ;
134+ expect ( response . headers [ "content-type" ] ) . to . eq ( "application/javascript; charset=utf -8" ) ;
135135 expect ( response . body ) . to . contain ( "Ember =" ) ;
136136 } ) ;
137137 } ) ;
@@ -141,7 +141,7 @@ describe('simple acceptance', function() {
141141 . then ( function ( response ) {
142142 // Asset serving is on by default
143143 expect ( response . statusCode ) . to . equal ( 200 ) ;
144- expect ( response . headers [ "content-type" ] ) . to . eq ( "application/javascript; charset=UTF -8" ) ;
144+ expect ( response . headers [ "content-type" ] ) . to . eq ( "application/javascript; charset=utf -8" ) ;
145145 expect ( response . body ) . to . not . contain ( "autoBoot: false" ) ;
146146 } ) ;
147147 } ) ;
0 commit comments