fastlane/lib/fastlane/configuration_helper.rb in fastlane-2.79.0.beta.20180124010003 vs fastlane/lib/fastlane/configuration_helper.rb in fastlane-2.79.0.beta.20180125010002

- old
+ new

@@ -5,10 +5,10 @@ if first_element and first_element.kind_of?(FastlaneCore::ConfigItem) # default use case return FastlaneCore::Configuration.create(action.available_options, params) elsif first_element - UI.error("Old configuration format for action '#{action}'") if Helper.is_test? + UI.error("Old configuration format for action '#{action}'") if Helper.test? return params else # No parameters... we still need the configuration object array FastlaneCore::Configuration.create(action.available_options, {})