Welcome to mirror list, hosted at ThFree Co, Russian Federation.

waiting_for_resource_spec.rb « bridge « status « ci « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e19df28d83ada88f8121e52d91c861ec3a4c020 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'fast_spec_helper'

RSpec.describe Gitlab::Ci::Status::Bridge::WaitingForResource do
  it { expect(described_class).to be < Gitlab::Ci::Status::Processable::WaitingForResource }
end