summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove VCR, webmock, other unnecessary gems and supportNick Thomas2019-10-151-5/+0
|
* Remove dead Ruby codeNick Thomas2019-10-151-5/+1
|
* Add pry gem for easy debuggingadd-pryLuke Duncalfe2019-03-291-0/+1
|
* Ensure text/plain & text/html content typs are handled and add missing specs ↵Ash McKenzie2018-09-111-0/+1
| | | | for handled HTTP status codes
* Update webmock to 3.4.2Robert Speicher2018-08-151-2/+0
|
* Reorganize spec_helper; add support files for VCR and HTTPUNIXServerRobert Speicher2018-08-151-35/+4
|
* Require gitlab_init from spec_helperRobert Speicher2018-08-151-0/+2
| | | | This defines `ROOT_PATH`, which we later stub.
* Override `ROOT_PATH` in specs in a less insane wayRobert Speicher2018-08-151-2/+6
|
* Update rspec to 3.8.0; remove rspec-itsRobert Speicher2018-08-151-2/+0
|
* Rspec upgrade and deprecation fixesash.mckenzie/minor-tidy-upAsh McKenzie2018-07-201-0/+2
|
* Replace coveralls with simplecovdz-remove-coverallsDmitriy Zaporozhets2018-02-051-7/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Introduce a more-complete implementation of bin/authorized_keysNick Thomas2017-12-191-0/+29
| | | | | | | | | bin/authorized_keys doesn't check that the requesting user matches the expected user, so to enable database authorized keys lookups, we currently ask the admin to create a custom script for that purpose. Better is to have a complete script that can perform the whole task. This commit introduces bin/gitlab-shell-authorized-keys-check which does so.
* Add coveralls support properlyDmitriy Zaporozhets2014-09-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use simplecov for development.Gabor Nagy2014-06-241-0/+3
|
* test GitlabNet allowed methodDmitriy Zaporozhets2013-03-111-0/+9
|
* added .travis.yml, coverallsDmitriy Zaporozhets2013-03-101-0/+5
|
* gitlab-initDmitriy Zaporozhets2013-02-051-1/+1
|
* rspec helperDmitriy Zaporozhets2013-02-051-0/+1