Skip to content

Commit

Permalink
Add a new stub request for repo listing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich committed Jan 29, 2025
1 parent 313bc64 commit 9cb47d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maven/spec/dependabot/maven/file_fetcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
directory: directory
)
end

let(:file_fetcher_instance) do
described_class.new(source: source, credentials: credentials, repo_contents_path: nil)

before do
allow(file_fetcher_instance).to receive(:commit).and_return("sha")
Expand Down

0 comments on commit 9cb47d0

Please sign in to comment.