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

tag_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: 0d72ef303b0cddb7c1c2b2954ce9c89ecf7fbef5 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

require 'spec_helper'

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