Skip to content

Commit 15971cc

Browse files
committed
Fix versions_spec.rb
1 parent 3e2add6 commit 15971cc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/spec/versions_spec.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
app.deploy do
3838
expect(clean_output(app.output)).to include(<<~OUTPUT)
3939
remote: -----> Installing Maven #{UNKNOWN_MAVEN_VERSION}...
40-
remote:
40+
remote:
4141
remote: ! ERROR: You have defined an unsupported Maven version in the system.properties file.
4242
remote: !
4343
remote: ! The default supported version is #{DEFAULT_MAVEN_VERSION}
44-
remote:
44+
remote:
4545
remote: ! Push rejected, failed to compile Java app.
4646
OUTPUT
4747
end
@@ -72,6 +72,7 @@
7272
app.deploy do
7373
expect(clean_output(app.output)).to include(<<~OUTPUT)
7474
remote: -----> Installing Maven #{UNKNOWN_MAVEN_VERSION}...
75+
remote:
7576
remote: ! ERROR: You have defined an unsupported Maven version in the system.properties file.
7677
remote: !
7778
remote: ! The default supported version is #{DEFAULT_MAVEN_VERSION}

0 commit comments

Comments
 (0)