Welcome to mirror list, hosted at ThFree Co, Russian Federation.

destroy_service_spec.rb « wiki_pages « services « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff29fc59b3e3c8494ddbbecd687840bf8479dbce (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe WikiPages::DestroyService, feature_category: :wiki do
  it_behaves_like 'WikiPages::DestroyService#execute', :project
end