Skip to content

Commit

Permalink
Re-enable two pending tests
Browse files Browse the repository at this point in the history
Per the discussion in #3319 (comment), these only temporarily needed to be marked `pending` until #3327 was merged.

From the first thread it looks like the intent was to remove the `pending` comment, but that accidentally got overlooked.

So this removes them.
  • Loading branch information
jeffwidman committed Jan 23, 2023
1 parent 82158d2 commit 1e482f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

let(:dependency_files) { bundler_project_dependency_files("requires_bundler") }

pending "resolves version" do
it "resolves version" do
expect(subject.version).to eq(Gem::Version.new("3.0.0"))
end
end
Expand All @@ -184,7 +184,7 @@

let(:dependency_files) { bundler_project_dependency_files("requires_bundler") }

pending "raises a DependencyFileNotResolvable error" do
it "raises a DependencyFileNotResolvable error" do
expect { subject }.
to raise_error(Dependabot::DependencyFileNotResolvable)
end
Expand Down

0 comments on commit 1e482f2

Please sign in to comment.