mystamps
mystamps copied to clipboard
Add integration tests to ensure that lang attribute is changing
We should implement integration tests for such cases:
$ curl -s 'http://localhost:8081/' -H 'Accept-Language: ru' | grep '<body'
<body lang="ru">
$ curl -s 'http://localhost:8081/' -H 'Accept-Language: en' | grep '<body'
<body lang="en">
$ curl -s 'http://localhost:8081/' -H 'Accept-Language: fr' | grep '<body'
<body lang="en">
Tech Debt for fb24a234c67f3f3a4f04f1a6dff522aa39072890 (#31)