summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-15 18:29:15 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-17 17:08:51 +0900
commit9c0fcd1d0fc6287795f957465b596a288708ab90 (patch)
tree67aaafb58577fda9b96d302e11ab5861783e52a7 /spec/bundler
parentadfca752d6aa8f1828392cc1ae88063597376b5a (diff)
[bundler/bundler] Remove obvious comment
https://github.com/bundler/bundler/commit/91e7fe1b2f
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/quality_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/quality_spec.rb b/spec/bundler/quality_spec.rb
index 4e66e5b661..3e6183ed9d 100644
--- a/spec/bundler/quality_spec.rb
+++ b/spec/bundler/quality_spec.rb
@@ -239,7 +239,6 @@ RSpec.describe "The library itself" do
expect(err).to be_empty, "bundler should build as a gem without warnings, but\n#{err}"
ensure
- # clean up the .gem generated
FileUtils.rm("bundler-#{Bundler::VERSION}.gem")
end
end