summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/popen_spec.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-09 11:55:36 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-09 11:55:42 +0100
commit13d6bab177d2a703d19b2fc5f28271ed083273c3 (patch)
tree683ce580a816d1692123f7b2e406ef929960587b /spec/lib/gitlab/popen_spec.rb
parent7a5e77c0a0591ff5d121f93deced27b798ddbee3 (diff)
downloadgitlab-ce-13d6bab177d2a703d19b2fc5f28271ed083273c3.tar.gz
Tag lib specs
Diffstat (limited to 'spec/lib/gitlab/popen_spec.rb')
-rw-r--r--spec/lib/gitlab/popen_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/popen_spec.rb b/spec/lib/gitlab/popen_spec.rb
index e53efec6c67..795cf241278 100644
--- a/spec/lib/gitlab/popen_spec.rb
+++ b/spec/lib/gitlab/popen_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe 'Gitlab::Popen', no_db: true do
+describe 'Gitlab::Popen', lib: true, no_db: true do
let(:path) { Rails.root.join('tmp').to_s }
before do