BigW Consortium Gitlab

test_event_fetcher_spec.rb 295 Bytes
require 'spec_helper'
require 'lib/gitlab/cycle_analytics/shared_event_spec'

describe Gitlab::CycleAnalytics::TestEventFetcher do
  let(:stage_name) { :test }

  it_behaves_like 'default query config' do
    it 'has a default order' do
      expect(event.order).not_to be_nil
    end
  end
end