gitlab-org--gitlab-foss/spec/lib/gitlab/cycle_analytics/staging_event_fetcher_spec.rb

13 lines
301 B
Ruby

require 'spec_helper'
require 'lib/gitlab/cycle_analytics/shared_event_spec'
describe Gitlab::CycleAnalytics::StagingEventFetcher do
let(:stage_name) { :staging }
it_behaves_like 'default query config' do
it 'has a default order' do
expect(event.order).not_to be_nil
end
end
end