mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix doc regarding hook execution order
This commit is contained in:
parent
60f50b6378
commit
157fdb813c
1 changed files with 1 additions and 1 deletions
|
@ -1272,7 +1272,7 @@ module Spectator::DSL
|
|||
# pre_condition { expect(array.size).to eq(3) } # 2
|
||||
# ```
|
||||
#
|
||||
# With nested groups, the inner blocks will run first.
|
||||
# With nested groups, the outer blocks will run first.
|
||||
# ```
|
||||
# describe Something do
|
||||
# pre_condition { is_expected.to_not be_nil } # 1
|
||||
|
|
Loading…
Reference in a new issue