File size: 253 Bytes
e98c0d7
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# typed: false
# frozen_string_literal: true

require "spec_helper"
require "dependabot/python"
require_common_spec "shared_examples_for_autoloading"

RSpec.describe Dependabot::Python do
  it_behaves_like "it registers the required classes", "pip"
end