Commit a9c2500a authored by Hugo Duksis's avatar Hugo Duksis

Stub for Dir.chdir as it is not needed

parent e7e1e99e
......@@ -22,6 +22,7 @@ describe 'gitlab:app namespace rake task' do
context 'gitlab version' do
before do
Dir.stub :glob => []
Dir.stub :chdir
File.stub :exists? => true
Kernel.stub :system => true
end
......
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