Skip to content
Snippets Groups Projects
Commit 135418dc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fixed popen test

parent cba6e924
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment