Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
0369ef14
Commit
0369ef14
authored
Apr 14, 2017
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a WIP spec for clearing the cache
parent
579d8891
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
spec/lib/gitlab/database/rename_reserved_paths_migration/namespaces_spec.rb
...tabase/rename_reserved_paths_migration/namespaces_spec.rb
+2
-0
spec/lib/gitlab/database/rename_reserved_paths_migration/projects_spec.rb
...database/rename_reserved_paths_migration/projects_spec.rb
+2
-0
No files found.
spec/lib/gitlab/database/rename_reserved_paths_migration/namespaces_spec.rb
View file @
0369ef14
...
...
@@ -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
...
...
spec/lib/gitlab/database/rename_reserved_paths_migration/projects_spec.rb
View file @
0369ef14
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment