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

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

require 'spec_helper'

RSpec.describe AcmeChallengesController, type: :request, feature_category: :pages do
  it_behaves_like 'Base action controller' do
    subject(:request) { get acme_challenge_path }
  end
end