Fix small typos on specs

parent 89a8e511
...@@ -87,7 +87,7 @@ describe Geo::FileDownloadDispatchWorker do ...@@ -87,7 +87,7 @@ describe Geo::FileDownloadDispatchWorker do
secondary.update_attribute(:namespaces, [group_1]) secondary.update_attribute(:namespaces, [group_1])
end end
it 'does not perform GeoFileDownloadWorker for LFS object that do not belong to selected namespaces to replicate' do it 'does not perform GeoFileDownloadWorker for LFS object that does not belong to selected namespaces to replicate' do
create(:lfs_objects_project, project: project_1) create(:lfs_objects_project, project: project_1)
create(:lfs_objects_project, project: project_2) create(:lfs_objects_project, project: project_2)
......
...@@ -12,7 +12,7 @@ describe Geo::RepositoriesCleanUpWorker do ...@@ -12,7 +12,7 @@ describe Geo::RepositoriesCleanUpWorker do
end end
context 'when node has namespace restrictions' do context 'when node has namespace restrictions' do
it 'performs GeoRepositoryDestroyWorker for each project that do not belong to selected namespaces to replicate' do it 'performs GeoRepositoryDestroyWorker for each project that does not belong to selected namespaces to replicate' do
geo_node.update_attribute(:namespaces, [group]) geo_node.update_attribute(:namespaces, [group])
expect(GeoRepositoryDestroyWorker).to receive(:perform_async) expect(GeoRepositoryDestroyWorker).to receive(:perform_async)
......
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