summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/metrics/dashboard/defaults_spec.rb
blob: 1f306753c3976455ecbc0b24e690660cfb0c471c (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

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