summaryrefslogtreecommitdiff
path: root/spec/lib/api/helpers/version_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Improve readablity of CI_API_V4_URL related codeGrzegorz Bizon2019-01-041-1/+1
|
* Add API::Helpers::Version and expose API root URLGrzegorz Bizon2019-01-031-0/+26
This commits adds a new class that is supposed to represent Grape API version, like `v3` or `v4`.