Commit 135418dcbf72d264a846649b95ea8e6d8a2aadcf
1 parent
cba6e924
Exists in
master
and in
4 other branches
fixed popen test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/lib/popen_spec.rb
@@ -14,7 +14,7 @@ describe 'Gitlab::Popen', no_db: true do | @@ -14,7 +14,7 @@ describe 'Gitlab::Popen', no_db: true do | ||
14 | end | 14 | end |
15 | 15 | ||
16 | it { @status.should be_zero } | 16 | it { @status.should be_zero } |
17 | - it { @output.should include('pids') } | 17 | + it { @output.should include('cache') } |
18 | end | 18 | end |
19 | 19 | ||
20 | context 'non-zero status' do | 20 | context 'non-zero status' do |