class LetItCrash::Matchers::SolanoCI

Public Instance Methods

branch() click to toggle source
# File lib/letitcrash/matchers/solano_ci.rb, line 10
def branch
  environment['TDDIUM_CURRENT_BRANCH']
end
matches?() click to toggle source
# File lib/letitcrash/matchers/solano_ci.rb, line 6
def matches?
  environment['TDDIUM'] == 'true'
end
sha() click to toggle source
# File lib/letitcrash/matchers/solano_ci.rb, line 14
def sha
  environment['TDDIUM_CURRENT_COMMIT']
end