summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/staging_event_spec.rb
blob: 4862d4765f2151cbc117c25d5f8d722901899f9d (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' do
    it 'does not have the default order' do
      expect(event.order).not_to eq(event.start_time_attrs)
    end
  end
end