extracted method

This commit is contained in:
Hauke Klement
2015-02-09 16:24:33 +01:00
parent 342c3a153c
commit 232c6b398f
5 changed files with 14 additions and 10 deletions

View File

@ -67,7 +67,7 @@ describe ExecutionEnvironmentsController do
expect_assigns(docker_client: DockerClient)
expect_assigns(execution_environment: :execution_environment)
expect_content_type('application/json')
expect_json
expect_status(200)
end