Commit e8a3b82e authored by Markus Koller's avatar Markus Koller

Enable spec for diffing in group wikis

This was fixed with the changes in
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42610
parent 7629fadf
......@@ -137,10 +137,6 @@ RSpec.shared_examples 'User views a wiki page' do
end
context 'show the diff' do
before do
skip('Diffing for group wikis will be implemented in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42610') if wiki.container.is_a?(Group)
end
def expect_diff_links(commit)
diff_path = wiki_page_path(wiki, wiki_page, version_id: commit, action: :diff)
......
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