Skip to content

Commit 8b2f6f3

Browse files
committed
t
1 parent 040eb32 commit 8b2f6f3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.vortex/tests/bats/unit/provision.bats

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ assert_provision_info() {
153153
" > Installing custom site modules."
154154
"@drush -y pm:install ys_base"
155155
"@drush -y pm:install ys_search"
156+
"@drush -y pm:install ys_demo"
156157
" > Running deployment hooks."
157158
"@drush -y deploy:hook"
158159
" ==> Started example operations."
@@ -283,6 +284,7 @@ assert_provision_info() {
283284
" > Installing custom site modules."
284285
"@drush -y pm:install ys_base"
285286
"@drush -y pm:install ys_search"
287+
"@drush -y pm:install ys_demo"
286288
" > Running deployment hooks."
287289
"@drush -y deploy:hook"
288290
" ==> Started example operations."
@@ -422,6 +424,7 @@ assert_provision_info() {
422424
" > Installing custom site modules."
423425
"@drush -y pm:install ys_base"
424426
"@drush -y pm:install ys_search"
427+
"@drush -y pm:install ys_demo"
425428
" > Running deployment hooks."
426429
"@drush -y deploy:hook"
427430
" ==> Started example operations."
@@ -571,6 +574,7 @@ assert_provision_info() {
571574
" > Installing custom site modules."
572575
"@drush -y pm:install ys_base"
573576
"@drush -y pm:install ys_search"
577+
"@drush -y pm:install ys_demo"
574578
" > Running deployment hooks."
575579
"@drush -y deploy:hook"
576580
" ==> Started example operations."
@@ -710,6 +714,7 @@ assert_provision_info() {
710714
" > Installing custom site modules."
711715
"@drush -y pm:install ys_base"
712716
"@drush -y pm:install ys_search"
717+
"@drush -y pm:install ys_demo"
713718
" > Running deployment hooks."
714719
"@drush -y deploy:hook"
715720
" ==> Started example operations."
@@ -843,6 +848,7 @@ assert_provision_info() {
843848
" > Installing custom site modules."
844849
"@drush -y pm:install ys_base"
845850
"@drush -y pm:install ys_search"
851+
"@drush -y pm:install ys_demo"
846852
" > Running deployment hooks."
847853
"@drush -y deploy:hook"
848854
" ==> Started example operations."
@@ -983,6 +989,7 @@ assert_provision_info() {
983989
" > Installing custom site modules."
984990
"@drush -y pm:install ys_base"
985991
"@drush -y pm:install ys_search"
992+
"@drush -y pm:install ys_demo"
986993
" > Running deployment hooks."
987994
"@drush -y deploy:hook"
988995
" ==> Started example operations."
@@ -1286,6 +1293,7 @@ assert_provision_info() {
12861293
" > Installing custom site modules."
12871294
"@drush -y pm:install ys_base"
12881295
"@drush -y pm:install ys_search"
1296+
"@drush -y pm:install ys_demo"
12891297
" > Running deployment hooks."
12901298
"@drush -y deploy:hook"
12911299
" ==> Started example operations."
@@ -1423,6 +1431,7 @@ assert_provision_info() {
14231431
" > Installing custom site modules."
14241432
"@drush -y pm:install ys_base"
14251433
"@drush -y pm:install ys_search"
1434+
"@drush -y pm:install ys_demo"
14261435
" > Running deployment hooks."
14271436
"@drush -y deploy:hook"
14281437
" ==> Started example operations."
@@ -1754,6 +1763,7 @@ assert_provision_info() {
17541763
" > Installing custom site modules."
17551764
"@drush -y pm:install ys_base"
17561765
"@drush -y pm:install ys_search"
1766+
"@drush -y pm:install ys_demo"
17571767
" > Running deployment hooks."
17581768
"@drush -y deploy:hook"
17591769
" ==> Started example operations."

0 commit comments

Comments
 (0)