Fix doc regarding hook execution order

This commit is contained in:
Michael Miller 2019-04-02 19:46:32 -06:00
parent 60f50b6378
commit 157fdb813c
1 changed files with 1 additions and 1 deletions

View File

@ -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