summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/production_event_spec.rb
blob: ac17e3b42872bc30c89af1e5eadc12752750cf17 (plain)
1
2
3
4
5
6
7
8
9
10
require 'spec_helper'
require 'lib/gitlab/cycle_analytics/shared_event_spec'

describe Gitlab::CycleAnalytics::ProductionEvent do
  it_behaves_like 'default query config' do
    it 'has the default order' do
      expect(event.order).to eq(event.start_time_attrs)
    end
  end
end