summaryrefslogtreecommitdiff
path: root/spec/bundler/support/matchers.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-11-11 20:28:47 +0100
committergit <svn-admin@ruby-lang.org>2021-11-12 06:05:08 +0900
commit4736dec58ba81283c4351a2d682a4be432b0c28d (patch)
tree92120b0a5784b3347439a6e534b7e7b0139f0db6 /spec/bundler/support/matchers.rb
parent1f91009d2409e65bb293006eba9a1d90247101cc (diff)
[rubygems/rubygems] Remove `gemfile_should_be` helper as well
https://github.com/rubygems/rubygems/commit/79f3c00caa
Diffstat (limited to 'spec/bundler/support/matchers.rb')
-rw-r--r--spec/bundler/support/matchers.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/support/matchers.rb b/spec/bundler/support/matchers.rb
index 8b16b4e5b5..3c2a7f9f58 100644
--- a/spec/bundler/support/matchers.rb
+++ b/spec/bundler/support/matchers.rb
@@ -221,9 +221,5 @@ module Spec
expect(Bundler::Plugin).not_to be_installed(name)
end
end
-
- def gemfile_should_be(expected)
- expect(bundled_app_gemfile).to read_as(strip_whitespace(expected))
- end
end
end