summaryrefslogtreecommitdiff
path: root/spec/services/wiki_pages/destroy_service_spec.rb
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