Method: MiniSpec::InstanceAPI#__ms__halt
- Defined in:
- lib/minispec/api/instance.rb
#__ms__halt ⇒ Object
runs after all tests finished. runs unconditionally even when there are failed tests.
152 153 154 |
# File 'lib/minispec/api/instance.rb', line 152 def __ms__halt (hook = self.class.after_all?) && self.instance_exec(&hook) end |