Commit 0369ef14 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Add a WIP spec for clearing the cache

parent 579d8891
......@@ -126,6 +126,8 @@ describe Gitlab::Database::RenameReservedPathsMigration::Namespaces, :truncate d
subject.rename_namespace(namespace)
end
it 'invalidates the markdown cache of related projects'
end
describe '#rename_namespaces' do
......
......@@ -59,6 +59,8 @@ describe Gitlab::Database::RenameReservedPathsMigration::Projects, :truncate do
subject.rename_project(project)
end
it 'invalidates the markdown cache of related projects'
end
describe '#move_repository' do
......
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