Commit 135418dc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed popen test

parent cba6e924
...@@ -14,7 +14,7 @@ describe 'Gitlab::Popen', no_db: true do ...@@ -14,7 +14,7 @@ describe 'Gitlab::Popen', no_db: true do
end end
it { @status.should be_zero } it { @status.should be_zero }
it { @output.should include('pids') } it { @output.should include('cache') }
end end
context 'non-zero status' do context 'non-zero status' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment