mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
fixed popen test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user