diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-06-21 14:26:33 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-06-21 14:48:35 +0200 |
commit | b262d92ef14e1c568c29dd58b7d3d1413f6c2b72 (patch) | |
tree | 67cf21897f0d8a4af747d7a8ac0d3692d9a3dd6a /README.md | |
parent | c3a98b038c8e0d143c73018e0c6d4a1690aa663c (diff) | |
download | gitlab-shell-b262d92ef14e1c568c29dd58b7d3d1413f6c2b72.tar.gz |
Update VCR fixtures
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -155,3 +155,12 @@ Rails application: 3. Update `GITLAB_SHELL_VERSION` in the Rails application to the **raw version**. (Note: this can be done as a separate MR to that, or in and MR that will make use of the latest GitLab Shell changes.) + +## Updating VCR fixtures + +In order to generate new VCR fixtures you need to have a local GitLab instance +running and have next data: + +1. gitlab-org/gitlab-test project. +2. SSH key with access to the project and ID 1 that belongs to Administrator. +3. SSH key without access to the project and ID 2. |