Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Nov 27, 2023
1 parent d4dbd55 commit b00ff9e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions spec/bibliothecary_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@
a[:dependencies] = []
end
expect(analysis).to eq(
[{ platform: "rubygems",
[{ platform: "actions",
path: ".github/workflows/ci.yml",
dependencies: [],
related_paths: [],
success: true,
kind: "manifest" },
{ platform: "rubygems",
path: "Gemfile",
dependencies: [],
kind: 'manifest',
Expand All @@ -130,7 +136,8 @@
dependencies: [],
kind: 'manifest',
success: true,
related_paths: ["Gemfile", "Gemfile.lock"] }])
related_paths: ["Gemfile", "Gemfile.lock"] }
])
end

it 'handles a complicated folder with many manifests', :vcr do
Expand Down

0 comments on commit b00ff9e

Please sign in to comment.