summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-11 11:11:16 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-02-11 11:11:16 +0100
commit919ac76706c18235f1ad6439331bd50850dd7681 (patch)
tree374b123272d9859e4b703de94151ab339a560861
parent203d02c3670083a95733afc1a9d7a870d1ae1c34 (diff)
downloadbundler-919ac76706c18235f1ad6439331bd50850dd7681.tar.gz
Remove unneeded line
-rw-r--r--spec/support/builders.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index 467a9f2ccd..a62f0e07a4 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -463,7 +463,6 @@ module Spec
Array(versions).each do |version|
spec = builder.new(self, name, version)
- spec.authors = ["no one"] if !spec.authors || spec.authors.empty?
yield spec if block_given?
spec._build(options)
end