module EarlGrey::AggregateTargetExtensions

Public Instance Methods

is_earlgrey?() click to toggle source

rubocop:disable Style/PredicateName

# File lib/earlgrey/extensions/aggregate_target_extensions.rb, line 21
def is_earlgrey?
  @is_earlgrey ||= specs.any? { |spec| 'EarlGrey'.eql? spec.name }
end
schemes_for_native_targets() click to toggle source

rubocop:enable Style/PredicateName

# File lib/earlgrey/extensions/aggregate_target_extensions.rb, line 26
def schemes_for_native_targets
  EarlGrey.schemes_for_native_targets user_project, user_targets
end