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

- old
+ new

@@ -32,10 +32,10 @@ attr_accessor :lane_to_mention # Start the setup process # rubocop:disable Metrics/BlockNesting def self.start(user: nil, is_swift_fastfile: false) - if FastlaneCore::FastlaneFolder.setup? and !Helper.is_test? + if FastlaneCore::FastlaneFolder.setup? and !Helper.test? require 'fastlane/lane_list' Fastlane::LaneList.output(FastlaneCore::FastlaneFolder.fastfile_path) UI.important("------------------") UI.important("fastlane is already set up at path `#{FastlaneCore::FastlaneFolder.path}`, see the available lanes above") UI.message("")