Method: MiniSpec::InstanceAPI#skip
- Defined in:
- lib/minispec/api/instance.rb
#skip ⇒ Object Also known as: skip!
stop evaluation of the current test right away
60 61 62 63 |
# File 'lib/minispec/api/instance.rb', line 60 def skip @__ms__skipped = caller.first throw :__ms__stop_evaluation end |