summaryrefslogtreecommitdiff
path: root/spec/controllers/concerns/harbor/artifact_spec.rb
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