summaryrefslogtreecommitdiff
path: root/spec/models/packages/debian/project_distribution_key_spec.rb
blob: 3dd723423f186dc01a6c8613c53342b2c6109a14 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Packages::Debian::ProjectDistributionKey do
  it_behaves_like 'Debian Distribution Key', :project
end