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