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

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

require 'spec_helper'

RSpec.describe WikiPages::UpdateService do
  it_behaves_like 'WikiPages::UpdateService#execute', :project
end