Module: TddiumConstant::Text::Error
- Defined in:
- lib/tddium/constant.rb
Defined Under Namespace
Modules: Heroku
Constant Summary collapse
- INVALID_CONFIGURED_PATTERN =
<<EOF; Configuring test pattern from config/tddium.yml... >>> The test_pattern in config/tddium.yml is not properly formatted. It must be a YAML list. You entered: %s >>> Edit config/tddium.yml and rerun `tddium suite --edit` EO
- GIT_REPO_NOT_READY =
"Your git repository is being prepped. Try again in a minute."
- GIT_PUSH_FAILED =
<<EOF; The git push to Tddium failed. SSH may not be configured to authenticate with the keypair you provided when you set up your account. See this URL for SSH configuration instructions: https://www.tddium.com/support/faq#othersshkey EO
- INVALID_SSH_PUBLIC_KEY =
'%s does not appear to be a valid SSH public key'
- INACCESSIBLE_SSH_PUBLIC_KEY =
'%s is not accessible: %s'
- GIT_CHANGES_NOT_COMMITTED =
<<EOF There are uncommitted changes in the local git repository. Commit changes before running 'tddium spec'. Use 'tddium spec --force' to test with only already-committed changes. EOF
- NOT_INITIALIZED =
"tddium must be initialized. Try 'tddium login' or 'tddium heroku'"
- INVALID_TDDIUM_FILE =
".tddium.%s config file is corrupt. Try 'tddium login'"
- GIT_NOT_FOUND =
"Tddium requires git and git is not on your PATH"
- GIT_NOT_INITIALIZED =
<<EOF; It doesn't look like you're in a git repo. If you're not, use 'git init' to create one. If you are in a git repo and you're still seeing this message, you may be using an unsupported version of git. Please email us at [email protected] with the following trace information: >>>>>>>>>>>>> BEGIN GIT TRACE >>>>>>>>>>>>>>>>>>>>>>>>> git version: #{`git --version 2>&1`} git status: #{`git status 2>&1`} git status result: #{ $? } git details: #{`git status --porcelain 2>&1`} git details result: #{ $? } >>>>>>>>>>>>> END GIT TRACE >>>>>>>>>>>>>>>>>>>>>>>>> EO
- NO_SUITE_EXISTS =
"No suite exists for the branch '%s'. Try running 'tddium suite'"
- INVALID_INVITATION =
" Your invitation token wasn't recognized. If you have a token, make sure you enter it correctly. If you want an invite, visit this URL to sign up: http://www.tddium.com/ "
- NO_USER_DATA_FILE =
"User data file '%s' does not exist"
- NO_MATCHING_FILES =
"No files match '%s'"
- PASSWORD_ERROR =
"Error changing password: %s"
- HEROKU_MISCONFIGURED =
"There was an error linking your Heroku account to Tddium: %s"
- ADD_MEMBER_ERROR =
"Error adding %s: %s"
- REMOVE_MEMBER_ERROR =
"Error removing %s: %s"
- ACTIVATE_LOGGED_IN =
"You are logged in. Use 'tddium account' for account information"
- USE_ACTIVATE =
"Use 'tddium activate' to accept an invitation token"