module Webspicy::Specification::Post

Public Instance Methods

check!() click to toggle source

Check that the postcondition is met on last invocation & result of an example

# File lib/webspicy/specification/post.rb, line 13
def check!
end
instrument() click to toggle source

Instrument the current test_case so as to prepare for postcondition check later

# File lib/webspicy/specification/post.rb, line 8
def instrument
end