11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
|
setup() {
|
||
|
load 'helpers'
|
||
|
|
||
|
common_setup
|
||
|
}
|
||
|
|
||
|
@test "plan: hello" {
|
||
|
run dagger --no-cache --europa up ./plan/hello-europa
|
||
|
assert_success
|
||
|
assert_output --partial 'Hello Europa!'
|
||
|
}
|