debian-mirror-gitlab/spec/lib/gitlab/metrics/dashboard/defaults_spec.rb
2020-08-09 17:44:08 +05:30

8 lines
239 B
Ruby

# 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