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

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

require 'spec_helper'

RSpec.describe Gitlab::Metrics::Dashboard::Defaults do
  it { is_expected.to be_const_defined(:DEFAULT_PANEL_TYPE) }
  it { is_expected.to be_const_defined(:DEFAULT_PANEL_WEIGHT) }
end