summaryrefslogtreecommitdiff
path: root/spec/requests/api/helpers_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-011-1/+1
* Merge branch '29505-allow-admins-sudo-to-blocked-users' into 'master' Rémy Coutable2017-04-271-1/+27
|\
| * Allow admins to sudo to blocked users.29505-allow-admins-sudo-to-blocked-usersTimothy Andrew2017-04-261-1/+27
* | Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+1
|/
* fix a brittle stubhttp://jneen.net/2017-03-091-1/+1
* 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