summaryrefslogtreecommitdiff
path: root/spec/requests/api/helpers_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix specsKamil Trzcinski2017-01-191-1/+2
* Fix a Grape deprecation, use `#request_method` instead of `#route_method`fix-api-deprecationRémy Coutable2016-12-231-2/+2
* Modify `ApiHelpers` spec to adhere to the Four-Phase test style.Timothy Andrew2016-12-161-0/+12
* Calls to the API are checked for scope.Timothy Andrew2016-12-161-17/+26
* Be smarter when finding a sudoed user in API::Helpers25482-fix-api-sudoRémy Coutable2016-12-131-2/+2
* API: Memoize the current_user so that the sudo can work properlyRémy Coutable2016-12-121-0/+425