From b8e6f333d5f5e377b27ad561c8681d8a678e18ce Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 15:06:51 +0300 Subject: Add: copyright license declaration to all files Also, ./check verifies it's in all files. --- yarns/100-projects.yarn | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'yarns/100-projects.yarn') diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn index 31e1441..d0d72d5 100644 --- a/yarns/100-projects.yarn +++ b/yarns/100-projects.yarn @@ -1,5 +1,20 @@ # Controller project management @@ -36,7 +51,7 @@ building them. We start by starting an instance of the controller. SCENARIO managing projects GIVEN an RSA key pair for token signing - AND an access token for scopes + AND an access token for scopes ... uapi_projects_get ... uapi_projects_post ... uapi_projects_id_get @@ -59,7 +74,7 @@ building them. We start by starting an instance of the controller. ... ] ... } THEN result has status code 201 - AND body matches + AND body matches ... { ... "project": "website", ... "shell_steps": [ @@ -72,7 +87,7 @@ building them. We start by starting an instance of the controller. WHEN user makes request GET /projects THEN result has status code 200 - AND body matches + AND body matches ... { ... "projects": [ ... { @@ -90,7 +105,7 @@ building them. We start by starting an instance of the controller. GIVEN a running ick controller WHEN user makes request GET /projects/website THEN result has status code 200 - AND body matches + AND body matches ... { ... "project": "website", ... "shell_steps": [ @@ -108,7 +123,7 @@ building them. We start by starting an instance of the controller. ... ] ... } THEN result has status code 200 - AND body matches + AND body matches ... { ... "project": "website", ... "shell_steps": [ @@ -119,7 +134,7 @@ building them. We start by starting an instance of the controller. WHEN user makes request GET /projects/website THEN result has status code 200 - AND body matches + AND body matches ... { ... "project": "website", ... "shell_steps": [ -- cgit v1.2.1