Skip to content

Commit

Permalink
Fix testing name
Browse files Browse the repository at this point in the history
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
  • Loading branch information
gjtorikian and deivid-rodriguez committed Sep 17, 2020
1 parent 5f586f1 commit cb3fe13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundler/spec/install/gems/fund_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

context "with git sources" do
context "when gems include fund URI" do
it "should display the fund URI after installing" do
it "should display the fund message after installing" do
build_git "also_has_funding" do |s|
s.metadata = {
"funding_uri" => "https://example.com/also_has_funding/funding",
Expand All @@ -69,7 +69,7 @@
expect(out).to include("1 gem you directly depend on is looking for funding.")
end

it "should display the fund URI if repo is updated" do
it "should display the fund message if repo is updated" do
build_git "also_has_funding" do |s|
s.metadata = {
"funding_uri" => "https://example.com/also_has_funding/funding",
Expand All @@ -95,7 +95,7 @@
expect(out).to include("1 gem you directly depend on is looking for funding.")
end

it "should still display the fund URI if repo is not updated" do
it "should still display the fund message if repo is not updated" do
build_git "also_has_funding" do |s|
s.metadata = {
"funding_uri" => "https://example.com/also_has_funding/funding",
Expand Down

0 comments on commit cb3fe13

Please sign in to comment.