Remove deprecated outdated alias and mnemonic.

This commit is contained in:
Marco Vermeulen
2017-12-22 08:43:17 +00:00
parent cc97303dff
commit 85a7c8eecf
2 changed files with 0 additions and 12 deletions

View File

@@ -40,10 +40,6 @@ function sdk {
COMMAND="current";;
ug)
COMMAND="upgrade";;
outdated)
COMMAND="upgrade";;
o)
COMMAND="upgrade";;
d)
COMMAND="default";;
b)

View File

@@ -46,14 +46,6 @@ Feature: Mnemonics
Then I see "Upgrade:"
And I see "grails (1.3.9 < 2.4.4)"
Scenario: Deprecated shortcut for displaying upgradable Candidate Version in use, supported for backwards compatibility
Given the candidate "grails" version "1.3.9" is already installed and default
And the default "grails" version is "2.4.4"
And the system is bootstrapped
When I enter "sdk o grails" and answer "n"
Then I see "Upgrade:"
And I see "grails (1.3.9 < 2.4.4)"
Scenario: Shortcut for installing a Candidate Version
Given the candidate "grails" version "2.1.0" is not installed
And the candidate "grails" version "2.1.0" is available for download