aboutsummaryrefslogtreecommitdiffstats
path: root/spec/mspec/lib/mspec/helpers/flunk.rb
blob: 68fb3cadac5cc29f3c6de4d587c4ba0166b64f42 (plain)
1
2
3
def flunk(msg="This example is a failure")
  SpecExpectation.fail_with "Failed:", msg
end