Skip to content

Commit

Permalink
Updating test messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
“Thavachelvam committed Dec 20, 2024
1 parent a6fc04f commit ac8cd39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common/spec/dependabot/config/update_config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
end
end

context "with ignore condition is present and the version is not nil" do
context "When an ignore condition is present and the version is not nil" do
let(:dependency) do
Dependabot::Dependency.new(
name: "eslint-plugin-playwright",
Expand Down Expand Up @@ -148,7 +148,7 @@
end
end

context "with ignore condition present and the version is nil" do
context "When an ignore condition is present and the version is nil" do
let(:dependency) do
Dependabot::Dependency.new(
name: "eslint-plugin-playwright",
Expand Down Expand Up @@ -178,7 +178,7 @@
end
end

context "with ignore condition present and the version is nil and no base requirement" do
context "When an ignore condition is present and the version is nil with no base requirement" do
let(:dependency) do
Dependabot::Dependency.new(
name: "eslint-plugin-playwright",
Expand Down Expand Up @@ -208,7 +208,7 @@
end
end

context "with ignore condition present and the version is nil and requirement is nil" do
context "When an ignore condition is present and the version is nil with no specific requirement" do
let(:dependency) do
Dependabot::Dependency.new(
name: "eslint-plugin-playwright",
Expand Down Expand Up @@ -238,7 +238,7 @@
end
end

context "with ignore condition present and the version is nil and empty requirements" do
context "When an ignore condition is present and the version is nil with empty requirements" do
let(:dependency) do
Dependabot::Dependency.new(
name: "eslint-plugin-playwright",
Expand Down

0 comments on commit ac8cd39

Please sign in to comment.