summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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