Fix typo on spec/ee/spec/models/ee/project_spec.rb

parent 35a1da0e
......@@ -936,7 +936,7 @@ describe Project do
let(:project) { create(:project, :repository) }
let(:gitlab_shell) { Gitlab::Shell.new }
it 'logs the Geo::RepositoryRenamedEvent for project backed by legacy storage' do
it 'logs the Geo::RepositoryRenamedEvent for project backed by hashed storage' do
project_hashed_storage = create(:project, :hashed)
allow(project_hashed_storage).to receive(:gitlab_shell).and_return(gitlab_shell)
......
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