Merge branch 'improve-test-env' into 'master'
Improve test env
* Replace big gitlabhq repo with small one (https://gitlab.com/gitlab-org/gitlab-test)
* dont stub gitlab-shell calls
Advantages:
* test gitlab-shell install during tests
* test integration with gitlab-shell features (fork, change default branch etc)
* don't store archive with test repo inside gitlab
* less stubs - easier to write/read tests
During this refactoring __next issues are be fixed__:
* satellite error if gitlab_shell path is relative
* project rename repo -> 500 error
* fixed wrong diff for MR `download plain diff`
* fixed bug when gfm ignores `@ref` variable during link parsing
Fixes #1451
See merge request !1005
Showing
spec/factories/merge_requests.rb
0 → 100644
spec/factories/notes.rb
0 → 100644
spec/factories/projects.rb
0 → 100644
This diff is collapsed.
Click to expand it.
spec/seed_project.tar.gz
deleted
100644 → 0
File deleted
spec/support/big_commits.rb
deleted
100644 → 0
spec/support/repo_helpers.rb
0 → 100644
spec/support/valid_commit.rb
deleted
100644 → 0
Please
register
or
sign in
to comment