mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 15:54:30 +00:00
- 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>
34 lines
1.9 KiB
Plaintext
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
|