Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Sep 3, 2024
1 parent 5e6af38 commit 6059d7c
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
require "fastlane_core/configuration/config_item"
require "fastlane_core/ui/ui"
require 'fastlane_core/ui/ui'

module Fastlane
UI = FastlaneCore::UI unless Fastlane.const_defined?(:UI)

module Helper
class DdgAppleAutomationHelper
class RSpecError < StandardError; end

ASANA_API_URL = "https://app.asana.com/api/1.0"
ERROR_ASANA_ACCESS_TOKEN_NOT_SET = "ASANA_ACCESS_TOKEN is not set"
def self.raise_user_error(message)
UI.user_error!(message)
if ENV['RACK_ENV'] == 'test'
raise RSpecError, message
end
end
end
end
end
Expand Down

0 comments on commit 6059d7c

Please sign in to comment.