summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-11 11:59:56 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-11 11:59:56 +0100
commit2fa9f85b43aa0110037520052c801e01e4b5b35a (patch)
treee64547e785c275c06cbe2414adf95fb80bc309b5
parent919ac76706c18235f1ad6439331bd50850dd7681 (diff)
downloadbundler-2fa9f85b43aa0110037520052c801e01e4b5b35a.tar.gz
Remove another unnecessary line
-rw-r--r--spec/support/builders.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index a62f0e07a4..8ad3651f97 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -750,8 +750,6 @@ module Spec
Dir.chdir(lib_path) do
FileUtils.mkdir_p(destination)
- @spec.authors = ["that guy"] if !@spec.authors || @spec.authors.empty?
-
Bundler.rubygems.build(@spec, opts[:skip_validation])
end
gem_path = File.expand_path("#{@spec.full_name}.gem", lib_path)