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

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

require 'spec_helper'

RSpec.describe SecurityReportsMrWidgetPromptExperiment do
  it "defines a control and candidate" do
    expect(subject.behaviors.keys).to match_array(%w[control candidate])
  end
end