diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-11 15:06:50 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-11 15:06:50 +0200 |
commit | eb2c08d83989b70c94b0180ccf12149b2b9b7e69 (patch) | |
tree | a3617aa0ddc508482ba85bb694923fc6b5b7bebd /lib/gitlab_projects.rb | |
parent | 519ba6f90a521c3dba05e8582dd245325308d584 (diff) | |
download | gitlab-shell-eb2c08d83989b70c94b0180ccf12149b2b9b7e69.tar.gz |
tests added: GitlabNet check, GitlabProject exec
Diffstat (limited to 'lib/gitlab_projects.rb')
-rw-r--r-- | lib/gitlab_projects.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab_projects.rb b/lib/gitlab_projects.rb index 220ecb1..1b23438 100644 --- a/lib/gitlab_projects.rb +++ b/lib/gitlab_projects.rb @@ -1,6 +1,8 @@ require 'open3' require 'fileutils' +require_relative 'gitlab_config' + class GitlabProjects # Project name is a directory name for repository with .git at the end # It may be namespaced or not. Like repo.git or gitlab/repo.git |