gitlab-org--gitlab-foss/spec/lib/gitlab/git
Alejandro Rodríguez 34eeac6108 Use Gitlab::Git's Popen on that module's code
This allows the current Gitaly migration to depend on less code outside
of the Gitlab::Git module
2017-09-20 13:21:54 +02:00
..
storage
attributes_spec.rb
blame_spec.rb Make gl_repository a G::G::Repository attribute 2017-08-23 10:45:20 +02:00
blob_snippet_spec.rb
blob_spec.rb Make gl_repository a G::G::Repository attribute 2017-08-23 10:45:20 +02:00
branch_spec.rb Make gl_repository a G::G::Repository attribute 2017-08-23 10:45:20 +02:00
commit_spec.rb Migrate Git::CommitStats to Gitaly 2017-09-11 21:00:58 +02:00
compare_spec.rb Make gl_repository a G::G::Repository attribute 2017-08-23 10:45:20 +02:00
diff_collection_spec.rb
diff_spec.rb [ci-skip] spec for an instance method 2017-09-06 09:44:12 -04:00
env_spec.rb
gitmodules_parser_spec.rb
hook_spec.rb Make gl_repository a G::G::Repository attribute 2017-08-23 10:45:20 +02:00
hooks_service_spec.rb Rename Gitlab::Git::Committer to User 2017-09-14 17:42:02 +02:00
index_spec.rb Make gl_repository a G::G::Repository attribute 2017-08-23 10:45:20 +02:00
repository_spec.rb Use Gitlab::Git's Popen on that module's code 2017-09-20 13:21:54 +02:00
rev_list_spec.rb Use Gitlab::Git's Popen on that module's code 2017-09-20 13:21:54 +02:00
tag_spec.rb Make gl_repository a G::G::Repository attribute 2017-08-23 10:45:20 +02:00
tree_spec.rb Implement fix for n+1 issue on flatten_tree helper 2017-09-06 17:47:25 -03:00
user_spec.rb Rename Gitlab::Git::Committer to User 2017-09-14 17:42:02 +02:00
util_spec.rb