We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ac62f commit f95bce6Copy full SHA for f95bce6
installers/hello/spec/hello_spec.sh
@@ -2,7 +2,7 @@ Describe "Installer script for"
2
Describe "hello"
3
It "should say hello!"
4
When call installers/hello/installer.sh
5
- The output should eq "Hello!"
+ The output should include "Installed"
6
End
7
8
0 commit comments