-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.results.json
1 lines (1 loc) · 11.6 KB
/
.results.json
1
{"version":"3.10.1","examples":[{"id":"./spec/models/activity_spec.rb[1:1:1]","description":"can access the associated signups","full_description":"Activity relationships can access the associated signups","status":"passed","file_path":"./spec/models/activity_spec.rb","line_number":10,"run_time":0.079006439,"pending_message":null},{"id":"./spec/models/activity_spec.rb[1:1:2]","description":"can access the associated campers","full_description":"Activity relationships can access the associated campers","status":"passed","file_path":"./spec/models/activity_spec.rb","line_number":16,"run_time":0.028906627,"pending_message":null},{"id":"./spec/models/camper_spec.rb[1:1:1]","description":"can access the associated signups","full_description":"Camper relationships can access the associated signups","status":"passed","file_path":"./spec/models/camper_spec.rb","line_number":10,"run_time":0.029804406,"pending_message":null},{"id":"./spec/models/camper_spec.rb[1:1:2]","description":"can access the associated activities","full_description":"Camper relationships can access the associated activities","status":"passed","file_path":"./spec/models/camper_spec.rb","line_number":16,"run_time":0.021902068,"pending_message":null},{"id":"./spec/models/camper_spec.rb[1:2:1]","description":"must have a name","full_description":"Camper validations must have a name","status":"passed","file_path":"./spec/models/camper_spec.rb","line_number":26,"run_time":0.006971977,"pending_message":null},{"id":"./spec/models/camper_spec.rb[1:2:2]","description":"must have a age between 8 and 18","full_description":"Camper validations must have a age between 8 and 18","status":"passed","file_path":"./spec/models/camper_spec.rb","line_number":31,"run_time":0.009820042,"pending_message":null},{"id":"./spec/models/signup_spec.rb[1:1:1]","description":"can access the associated camper","full_description":"Signup relationships can access the associated camper","status":"passed","file_path":"./spec/models/signup_spec.rb","line_number":10,"run_time":0.016014069,"pending_message":null},{"id":"./spec/models/signup_spec.rb[1:1:2]","description":"can access the associated activity","full_description":"Signup relationships can access the associated activity","status":"passed","file_path":"./spec/models/signup_spec.rb","line_number":16,"run_time":0.015991692,"pending_message":null},{"id":"./spec/models/signup_spec.rb[1:2:1]","description":"must have a time between 0 and 23","full_description":"Signup validations must have a time between 0 and 23","status":"passed","file_path":"./spec/models/signup_spec.rb","line_number":26,"run_time":0.04084178,"pending_message":null},{"id":"./spec/requests/activities_spec.rb[1:1:1]","description":"returns an array of all activities","full_description":"Activities GET /activities returns an array of all activities","status":"passed","file_path":"./spec/requests/activities_spec.rb","line_number":15,"run_time":0.078467917,"pending_message":null},{"id":"./spec/requests/activities_spec.rb[1:1:2]","description":"returns a status of 200 (OK)","full_description":"Activities GET /activities returns a status of 200 (OK)","status":"passed","file_path":"./spec/requests/activities_spec.rb","line_number":32,"run_time":0.047693511,"pending_message":null},{"id":"./spec/requests/activities_spec.rb[1:2:1:1]","description":"deletes the Activity","full_description":"Activities DELETE /activities/:id with a valid ID deletes the Activity","status":"passed","file_path":"./spec/requests/activities_spec.rb","line_number":43,"run_time":0.058084808,"pending_message":null},{"id":"./spec/requests/activities_spec.rb[1:2:1:2]","description":"deletes the associated Signups","full_description":"Activities DELETE /activities/:id with a valid ID deletes the associated Signups","status":"passed","file_path":"./spec/requests/activities_spec.rb","line_number":47,"run_time":0.051452647,"pending_message":null},{"id":"./spec/requests/activities_spec.rb[1:2:2:1]","description":"returns an error message","full_description":"Activities DELETE /activities/:id with an invalid ID returns an error message","status":"passed","file_path":"./spec/requests/activities_spec.rb","line_number":56,"run_time":0.051824793,"pending_message":null},{"id":"./spec/requests/activities_spec.rb[1:2:2:2]","description":"returns the appropriate HTTP status code","full_description":"Activities DELETE /activities/:id with an invalid ID returns the appropriate HTTP status code","status":"passed","file_path":"./spec/requests/activities_spec.rb","line_number":64,"run_time":0.046433387,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:1:1]","description":"returns an array of all campers","full_description":"Campers GET /campers returns an array of all campers","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":15,"run_time":0.041502863,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:1:2]","description":"does not return any nested activities","full_description":"Campers GET /campers does not return any nested activities","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":33,"run_time":0.044343222,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:1:3]","description":"returns a status of 200 (OK)","full_description":"Campers GET /campers returns a status of 200 (OK)","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":43,"run_time":0.044757865,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:2:1:1]","description":"returns the matching camper with their associated activities","full_description":"Campers GET /campers/:id with a valid ID returns the matching camper with their associated activities","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":53,"run_time":0.050127828,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:2:1:2]","description":"returns a status of 200 (OK)","full_description":"Campers GET /campers/:id with a valid ID returns a status of 200 (OK)","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":74,"run_time":0.036854677,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:2:2:1]","description":"returns an error message","full_description":"Campers GET /campers/:id with an invalid ID returns an error message","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":83,"run_time":0.03120339,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:2:2:2]","description":"returns the appropriate HTTP status code","full_description":"Campers GET /campers/:id with an invalid ID returns the appropriate HTTP status code","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":90,"run_time":0.035090536,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:3:1:1]","description":"creates a new Camper","full_description":"Campers POST /campers with valid data creates a new Camper","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":104,"run_time":0.031965304,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:3:1:2]","description":"returns the associated Camper data","full_description":"Campers POST /campers with valid data returns the associated Camper data","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":108,"run_time":0.033468497,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:3:1:3]","description":"returns a status code of 201 (created)","full_description":"Campers POST /campers with valid data returns a status code of 201 (created)","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":118,"run_time":0.041576762,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:3:2:1]","description":"does not create a new Camper","full_description":"Campers POST /campers with invalid data does not create a new Camper","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":129,"run_time":0.034551312,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:3:2:2]","description":"returns the error messages","full_description":"Campers POST /campers with invalid data returns the error messages","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":133,"run_time":0.03884502,"pending_message":null},{"id":"./spec/requests/campers_spec.rb[1:3:2:3]","description":"returns a status code of 422 (Unprocessable Entity)","full_description":"Campers POST /campers with invalid data returns a status code of 422 (Unprocessable Entity)","status":"passed","file_path":"./spec/requests/campers_spec.rb","line_number":141,"run_time":0.045938345,"pending_message":null},{"id":"./spec/requests/signups_spec.rb[1:1:1:1]","description":"creates a new Signup","full_description":"Signups POST /signups with valid data creates a new Signup","status":"passed","file_path":"./spec/requests/signups_spec.rb","line_number":14,"run_time":0.026198464,"pending_message":null},{"id":"./spec/requests/signups_spec.rb[1:1:1:2]","description":"returns the associated Activity data","full_description":"Signups POST /signups with valid data returns the associated Activity data","status":"passed","file_path":"./spec/requests/signups_spec.rb","line_number":18,"run_time":0.026809664,"pending_message":null},{"id":"./spec/requests/signups_spec.rb[1:1:1:3]","description":"returns a status code of 201 (created)","full_description":"Signups POST /signups with valid data returns a status code of 201 (created)","status":"passed","file_path":"./spec/requests/signups_spec.rb","line_number":28,"run_time":0.028984249,"pending_message":null},{"id":"./spec/requests/signups_spec.rb[1:1:2:1]","description":"does not create a new Signup","full_description":"Signups POST /signups with invalid data does not create a new Signup","status":"passed","file_path":"./spec/requests/signups_spec.rb","line_number":39,"run_time":0.022932715,"pending_message":null},{"id":"./spec/requests/signups_spec.rb[1:1:2:2]","description":"returns the error messages","full_description":"Signups POST /signups with invalid data returns the error messages","status":"passed","file_path":"./spec/requests/signups_spec.rb","line_number":43,"run_time":0.026931579,"pending_message":null},{"id":"./spec/requests/signups_spec.rb[1:1:2:3]","description":"returns a status code of 422 (Unprocessable Entity)","full_description":"Signups POST /signups with invalid data returns a status code of 422 (Unprocessable Entity)","status":"passed","file_path":"./spec/requests/signups_spec.rb","line_number":51,"run_time":0.024589265,"pending_message":null},{"id":"./spec/routing/unnecessary_routes_spec.rb[1:1]","description":"does not define unnecessary campers routes","full_description":"UnnecessaryRoutes does not define unnecessary campers routes","status":"passed","file_path":"./spec/routing/unnecessary_routes_spec.rb","line_number":5,"run_time":0.002244088,"pending_message":null},{"id":"./spec/routing/unnecessary_routes_spec.rb[1:2]","description":"does not define unnecessary activities routes","full_description":"UnnecessaryRoutes does not define unnecessary activities routes","status":"passed","file_path":"./spec/routing/unnecessary_routes_spec.rb","line_number":10,"run_time":0.002318857,"pending_message":null},{"id":"./spec/routing/unnecessary_routes_spec.rb[1:3]","description":"does not define unnecessary signups routes","full_description":"UnnecessaryRoutes does not define unnecessary signups routes","status":"passed","file_path":"./spec/routing/unnecessary_routes_spec.rb","line_number":16,"run_time":0.002995493,"pending_message":null}],"summary":{"duration":1.279786976,"example_count":37,"failure_count":0,"pending_count":0,"errors_outside_of_examples_count":0},"summary_line":"37 examples, 0 failures"}