@@ -12,6 +12,7 @@ Feature: Install Candidate
1212 Then I see "Done installing!"
1313 And I do not see "Do you want grails 2.1.0 to be set as default? (Y/n)"
1414 And the candidate "grails" version "2.1.0" is installed
15+ And the response headers file is created for candidate "grails" and version "2.1.0"
1516 And the exit code is 0
1617
1718 Scenario : Install a specific Candidate and set to default
@@ -21,6 +22,7 @@ Feature: Install Candidate
2122 Then I see "Done installing!"
2223 And I do not see "Do you want grails 1.3.9 to be set as default? (Y/n)"
2324 And the candidate "grails" version "1.3.9" is installed
25+ And the response headers file is created for candidate "grails" and version "1.3.9"
2426 And the exit code is 0
2527
2628 Scenario : Install a Candidate version that does not exist
@@ -36,6 +38,7 @@ Feature: Install Candidate
3638 And the candidate "grails" version "1.3.9" is already installed and default
3739 When I enter "sdk install grails 1.3.9"
3840 Then I see "grails 1.3.9 is already installed."
41+ And no response headers are written for candidate "grails" and version "1.3.9"
3942 And the exit code is 0
4043
4144 Scenario : Install a candidate and auto-answer to make it default
@@ -44,6 +47,7 @@ Feature: Install Candidate
4447 And I have configured "sdkman_auto_answer" to "true"
4548 When I enter "sdk install grails 2.1.0"
4649 Then the candidate "grails" version "2.1.0" is installed
50+ And the response headers file is created for candidate "grails" and version "2.1.0"
4751 And I do not see "Do you want grails 2.1.0 to be set as default?"
4852 And I see "Done installing!"
4953 And I see "Setting grails 2.1.0 as default."
@@ -56,6 +60,7 @@ Feature: Install Candidate
5660 And the candidate "grails" version "2.1.0" is available for download
5761 When I enter "sdk install grails 2.1.0" and answer "Y"
5862 Then the candidate "grails" version "2.1.0" is installed
63+ And the response headers file is created for candidate "grails" and version "2.1.0"
5964 And I see "Done installing!"
6065 And I see "Do you want grails 2.1.0 to be set as default? (Y/n)"
6166 And I see "Setting grails 2.1.0 as default."
@@ -69,6 +74,7 @@ Feature: Install Candidate
6974 And the candidate "grails" version "2.1.0" is available for download
7075 When I enter "sdk install grails 2.1.0" and answer "n"
7176 Then the candidate "grails" version "2.1.0" is installed
77+ And the response headers file is created for candidate "grails" and version "2.1.0"
7278 And I see "Done installing!"
7379 And I see "Do you want grails 2.1.0 to be set as default? (Y/n)"
7480 And I do not see "Setting grails 2.1.0 as default."
0 commit comments