spaceship/lib/spaceship/tunes/build.rb in fastlane-2.14.2 vs spaceship/lib/spaceship/tunes/build.rb in fastlane-2.15.0.beta.20170213032052
- old
+ new
@@ -110,17 +110,9 @@
'internalTesting.value' => :internal_testing_enabled,
'externalTesting.value' => :external_testing_enabled,
'buildTestInformationTO.externalStatus' => :external_testing_status
)
- class << self
- # Create a new object based on a hash.
- # This is used to create a new object based on the server response.
- def factory(attrs)
- self.new(attrs)
- end
- end
-
def setup
super
self.external_expiry_date ||= 0
self.internal_expiry_date ||= 0