summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/staging_event_spec.rb
blob: 9c1bec3edb1c8f895a743833e0ee6ac87a19a95e (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::StagingEvent do
  it_behaves_like 'default query config'

  it 'has the default order' do
    expect(described_class.order).not_to eq(described_class.start_time_attrs)
  end
end