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: b6fee1fd896ebca5f6d51b7f16a324ca44c90b9a (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

describe WikiPages::DestroyService do
  it_behaves_like 'WikiPages::DestroyService#execute', :project
end