fixed popen test

5-0-stable
Dmitriy Zaporozhets 2013-02-27 08:24:12 +02:00
parent cba6e92436
commit 135418dcbf
1 changed files with 1 additions and 1 deletions

View File

@ -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