28cebb1bf0
Signed-off-by: Richard Jones <richard@dagger.io>
11 lines
188 B
Bash
11 lines
188 B
Bash
setup() {
|
|
load 'helpers'
|
|
|
|
common_setup
|
|
}
|
|
|
|
@test "plan: hello" {
|
|
run dagger --no-cache --europa up ./plan/hello-europa
|
|
assert_success
|
|
assert_output --partial 'Hello Europa!'
|
|
} |