Commit 9180156a authored by Valery Sizov's avatar Valery Sizov

[CE->EE] fix spec/models/project_spec.rb

parent ddb72871
...@@ -2933,12 +2933,6 @@ describe Project do ...@@ -2933,12 +2933,6 @@ describe Project do
end end
end end
describe '#hashed_storage?' do
it 'returns false' do
expect(project.hashed_storage?).to be_falsey
end
end
describe '#rename_repo' do describe '#rename_repo' do
before do before do
# Project#gitlab_shell returns a new instance of Gitlab::Shell on every # Project#gitlab_shell returns a new instance of Gitlab::Shell on every
......
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