mystamps icon indicating copy to clipboard operation
mystamps copied to clipboard

Add integration tests to ensure that lang attribute is changing

Open php-coder opened this issue 11 years ago • 0 comments

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)

php-coder avatar Sep 15 '14 19:09 php-coder