This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88 let ( :match_block ) { matchers . match_blocks [ :be_invalid_on ] }
99 let ( :chain_blocks ) { matchers . chain_blocks [ :be_invalid_on ] }
10- let ( :with_chain_block ) { chain_blocks &.[] ( :with ) }
11- let ( :on_context_chain_block ) { chain_blocks &.[] ( :on_context ) }
10+ let ( :with_chain_block ) { chain_blocks [ :with ] }
11+ let ( :on_context_chain_block ) { chain_blocks [ :on_context ] }
1212 let ( :failure_message_block ) { matchers . failure_message_blocks [ :be_invalid_on ] }
1313
1414 it 'is registered with match block' do
Original file line number Diff line number Diff line change 77
88 let ( :match_block ) { matchers . match_blocks [ :be_valid_on ] }
99 let ( :chain_blocks ) { matchers . chain_blocks [ :be_valid_on ] }
10- let ( :with_chain_block ) { chain_blocks &.[] ( :with ) }
11- let ( :on_context_chain_block ) { chain_blocks &.[] ( :on_context ) }
10+ let ( :with_chain_block ) { chain_blocks [ :with ] }
11+ let ( :on_context_chain_block ) { chain_blocks [ :on_context ] }
1212 let ( :failure_message_block ) { matchers . failure_message_blocks [ :be_valid_on ] }
1313
1414 it 'is registered with match block' do
You can’t perform that action at this time.
0 commit comments