summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-05 16:37:52 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-11-07 12:55:26 +0100
commit39ab3f755e6a2eecc7da500ae3b801028621e401 (patch)
treeaa6210782c872a2e607be83fc98952714e728fab
parent012af5632597400c317bc48bd674378298c1bd0b (diff)
downloadbundler-turn_on_warning_mode.tar.gz
Stop allowing warnings on inline specsturn_on_warning_mode
-rw-r--r--spec/runtime/inline_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/runtime/inline_spec.rb b/spec/runtime/inline_spec.rb
index 718b896ecb..77d3fcbed2 100644
--- a/spec/runtime/inline_spec.rb
+++ b/spec/runtime/inline_spec.rb
@@ -89,7 +89,6 @@ RSpec.describe "bundler/inline#gemfile" do
expect(out).to include("Installing activesupport")
err_lines = err.split("\n")
- err_lines.reject!{|line| line =~ /\.rb:\d+: warning: / }
expect(err_lines).to be_empty
expect(exitstatus).to be_zero if exitstatus
end