Class: MuSL::Maker::Receive
Instance Attribute Summary
Attributes inherited from Block
Instance Method Summary collapse
Methods inherited from Block
Constructor Details
This class inherits a constructor from MuSL::Maker::Block
Instance Method Details
#assertions ⇒ Object
261 262 263 264 265 |
# File 'lib/mu/maker.rb', line 261 def assertions scenario.block 'assertions {', '}' do yield Assertions.new(scenario) end end |