prole/tests/shellspec/.vendor/shellspec-0.28.1/lib/libexec/grammar/dsls
chrisfu 909e92109e Refactor shell layout; add shellspec + authority
- Introduce lib/shell helpers and keep etc/* scripts thin via compatibility shims

- Move Kerberos validation to scripts/validation/check_kerberos.sh and update callers

- Add deterministic shellspec unit tests under tests/shellspec/ and wire Maven to run them

- Add minimal Spring Boot authority module with startup + /health endpoint and Maven wiring

- Document the new layout in docs/layout.md

Co-authored-by: Junie <junie@jetbrains.com>
2026-03-13 09:19:56 -07:00

34 lines
1.9 KiB
Plaintext

ExampleGroup | Describe | Context => block_example_group
xExampleGroup | xDescribe | xContext => x block_example_group
fExampleGroup | fDescribe | fContext => f block_example_group
Example | Specify | It => block_example
xExample | xSpecify | xIt => x block_example
fExample | fSpecify | fIt => f block_example
End => block_end
Todo => todo
When => evaluation when
The => expectation the
Assert => expectation assert
Path | File | Dir => control path
BeforeEach | Before => example_hook before
AfterEach | After => example_hook after
BeforeAll => example_all_hook before_all
AfterAll => example_all_hook after_all
BeforeCall => control before_call
AfterCall => control after_call
BeforeRun => control before_run
AfterRun => control after_run
Pending => pending
Set => control set
Skip => skip
Intercept => control intercept
Data:raw | Data => data raw
Data:expand => data expand
Parameters:block | Parameters => parameters block
Parameters:dynamic => parameters dynamic
Parameters:matrix => parameters matrix
Parameters:value => parameters value
Include => include
Dump => control dump
Mock => mock