debian-mirror-gitlab/spec/models/packages/debian/project_distribution_key_spec.rb

8 lines
171 B
Ruby
Raw Normal View History

2021-09-04 01:27:46 +05:30
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe Packages::Debian::ProjectDistributionKey do
it_behaves_like 'Debian Distribution Key', :project
end