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

artifact_spec.rb « harbor « concerns « controllers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6716d615a3bb9ceb814740c23e766e45b460c511 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Harbor::Artifact do
  controller(ActionController::Base) do
    include ::Harbor::Artifact
  end
  it_behaves_like 'raises NotImplementedError when calling #container'
end