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

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

require 'spec_helper'

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