From 2fa9f85b43aa0110037520052c801e01e4b5b35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 11 Feb 2020 11:59:56 +0100 Subject: Remove another unnecessary line --- spec/support/builders.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/support/builders.rb') 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) -- cgit v1.2.1