Closed GoogleCodeExporter closed 9 years ago
Instead uses ignore and adds supports for wrapping ignore around closure.
ignore {
scenario "this is purposely a broken scenario", {
given "some variable with a value", {
val = 12
}
then "to force an error, one should verify it is not 12", {
val.shouldNotEqual 12
}
}
scenario "another purposely a broken scenario", {
given "some variable with a value", {
val = 13
}
then "to force an error, one should verify it is not 12", {
val.shouldNotEqual 13
}
}
}
Original comment by richard....@gmail.com
on 20 Apr 2010 at 9:53
patch for it for review
Original comment by richard....@gmail.com
on 20 Apr 2010 at 10:00
Attachments:
Fixed and committed
Original comment by richard....@gmail.com
on 1 May 2010 at 10:01
Original issue reported on code.google.com by
richard....@gmail.com
on 13 Apr 2010 at 9:45