class Shindo::Tests

def returns?(expectation, &block)

def returns?(expectation, &block)
  [value = instance_eval(&block), value == expectation]
end