We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b37322 commit 8cb0d46Copy full SHA for 8cb0d46
1 file changed
tests/init.bats
@@ -10,7 +10,7 @@ setup() {
10
run lets --init
11
assert_success
12
[[ -f lets.yaml ]]
13
- assert_line --index 0 "lets.yaml created in the current directory"
+ assert_line --index 0 "lets: lets.yaml created in the current directory"
14
run lets hello bro
15
16
assert_line --index 0 "Hello, bro!"
0 commit comments