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

require 'spec_helper'

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