fixed popen test
This commit is contained in:
parent
cba6e92436
commit
135418dcbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue