summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-27 00:20:05 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-28 16:41:20 +0100
commit93c7f551c09f7cc8badbcc4da2488d1664909f95 (patch)
tree314885927e3654cc031f2a0752b09e727c34b32e
parent981fa2ba69ca2199dc3676d83ec7c23453340c90 (diff)
downloadbundler-93c7f551c09f7cc8badbcc4da2488d1664909f95.tar.gz
Remove unnecessary gsub
-rw-r--r--spec/other/major_deprecation_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/other/major_deprecation_spec.rb b/spec/other/major_deprecation_spec.rb
index ef51112d72..6e20d254ab 100644
--- a/spec/other/major_deprecation_spec.rb
+++ b/spec/other/major_deprecation_spec.rb
@@ -213,8 +213,6 @@ The :bitbucket git source is deprecated, and will be removed in Bundler 2.0. Add
bundle! :show
- warnings.gsub!(/gems included.*?\[DEPRECATED/im, "[DEPRECATED")
-
expect(warnings).to have_major_deprecation a_string_including("use `bundle list` instead of `bundle show`")
end
end