run the whole spec dir by default, gate docker-backed specs on a variable

shellspec --tag ~integration filtered out untagged examples too, which
silently emptied the suite.
This commit is contained in:
Yann Autissier
2026-09-03 18:22:40 +02:00
parent 3a64c47260
commit 6c97f99f87
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
--require spec_helper
--shell bash
--default-path spec/unit:spec/golden
--default-path spec
--pattern "*_spec.sh"