diff options
author | David RodrÃguez <[email protected]> | 2018-12-06 18:05:01 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-08-03 09:29:57 +0900 |
commit | 6cbe818c668c07c0700b1281d629b92a9101c976 (patch) | |
tree | 0a6ceabef650682c1bc96187f8e8a8b76bfed3e7 /spec/bundler/quality_spec.rb | |
parent | d0c19d1f87afeb9459644f2b348354d19f3285c3 (diff) |
[bundler/bundler] This seems to pass for me
https://github.com/bundler/bundler/commit/e31880b1ea
Diffstat (limited to 'spec/bundler/quality_spec.rb')
-rw-r--r-- | spec/bundler/quality_spec.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/bundler/quality_spec.rb b/spec/bundler/quality_spec.rb index b8f2d6ed1b..f3ff284770 100644 --- a/spec/bundler/quality_spec.rb +++ b/spec/bundler/quality_spec.rb @@ -225,9 +225,6 @@ RSpec.describe "The library itself" do gem_command! :build, gemspec end - # there's no way around this warning - err.sub!(/^YAML safe loading.*/, "") - expect(err).to be_empty, "bundler should build as a gem without warnings, but\n#{err}" ensure # clean up the .gem generated |