11
tests/plan.bats
Normal file
11
tests/plan.bats
Normal file
@@ -0,0 +1,11 @@
|
||||
setup() {
|
||||
load 'helpers'
|
||||
|
||||
common_setup
|
||||
}
|
||||
|
||||
@test "plan: hello" {
|
||||
run dagger --no-cache --europa up ./plan/hello-europa
|
||||
assert_success
|
||||
assert_output --partial 'Hello Europa!'
|
||||
}
|
Reference in New Issue
Block a user