10 lines
241 B
Ruby
10 lines
241 B
Ruby
# 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
|