debian-mirror-gitlab/spec/controllers/concerns/harbor/repository_spec.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
245 B
Ruby
Raw Normal View History

2022-08-13 15:12:31 +05:30
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Harbor::Repository do
controller(ActionController::Base) do
include ::Harbor::Repository
end
it_behaves_like 'raises NotImplementedError when calling #container'
end