summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3159370..c195a3f 100644
--- a/README.md
+++ b/README.md
@@ -122,14 +122,14 @@ Rails application:
## Updating VCR fixtures
-In order to generate new VCR fixtures you need to have a local GitLab instance
-running and have next data:
+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.
-You also need to modify `secret` variable at `spec/gitlab_net_spec.rb` so tests
+You also need to modify `secret` variable at `spec/gitlab_net_spec.rb` so tests
can connect to your local instance.
## Contributing