summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-27 08:24:12 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-27 08:24:12 +0200
commit135418dcbf72d264a846649b95ea8e6d8a2aadcf (patch)
treea870de94bba210448bb58901e6d0a7c27ccc8028 /spec
parentcba6e9243620e2ddcb15c749d626156c5ce1c063 (diff)
downloadgitlab-ce-135418dcbf72d264a846649b95ea8e6d8a2aadcf.tar.gz
fixed popen test
Diffstat (limited to 'spec')
-rw-r--r--spec/lib/popen_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/popen_spec.rb b/spec/lib/popen_spec.rb
index f5b3f94750c..4791be41613 100644
--- a/spec/lib/popen_spec.rb
+++ b/spec/lib/popen_spec.rb
@@ -14,7 +14,7 @@ describe 'Gitlab::Popen', no_db: true do
end
it { @status.should be_zero }
- it { @output.should include('pids') }
+ it { @output.should include('cache') }
end
context 'non-zero status' do