summaryrefslogtreecommitdiff
path: root/spec/bundler/plugins
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-11-11 20:24:02 +0100
committergit <svn-admin@ruby-lang.org>2021-11-12 06:05:07 +0900
commitd0f266460f982137e24af2fbf3f7eeaaa8d47210 (patch)
tree401236964644ebfbb8047403d877ae66e0aaf9d4 /spec/bundler/plugins
parent84202963c52e02cecad3e6b2fad478bfbeee1bc7 (diff)
[rubygems/rubygems] Remove `lockfile_should_be` helper
It doesn't add anything. https://github.com/rubygems/rubygems/commit/ece3c864df
Diffstat (limited to 'spec/bundler/plugins')
-rw-r--r--spec/bundler/plugins/source/example_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/plugins/source/example_spec.rb b/spec/bundler/plugins/source/example_spec.rb
index e2bab9c199..7d098997ec 100644
--- a/spec/bundler/plugins/source/example_spec.rb
+++ b/spec/bundler/plugins/source/example_spec.rb
@@ -70,7 +70,7 @@ RSpec.describe "real source plugins" do
it "writes to lock file" do
bundle "install"
- lockfile_should_be <<-G
+ expect(lockfile).to eq <<~G
PLUGIN SOURCE
remote: #{lib_path("a-path-gem-1.0")}
type: mpath
@@ -342,7 +342,7 @@ RSpec.describe "real source plugins" do
revision = revision_for(lib_path("ma-gitp-gem-1.0"))
bundle "install"
- lockfile_should_be <<-G
+ expect(lockfile).to eq <<~G
PLUGIN SOURCE
remote: #{file_uri_for(lib_path("ma-gitp-gem-1.0"))}
type: gitp