cucumber-attic / cucumber-ruby-tcl

Tcl bindings for Cucumber
MIT License
9 stars 6 forks source link

Define a failing step where there is no steps file #26

Closed jowers closed 9 years ago

jowers commented 9 years ago

I've been meaning to fix this one for a couple of weeks. First scenario is where there is no steps file, which currently blows up in the tcl. We should also add scenarios for undefined steps, etc. But one at a time...

mattwynne commented 9 years ago

Nice one. Don't forget to remove the @wip tag, and I'd squash the commits before merging.

jowers commented 9 years ago

Added another couple of tests for failing steps (one where the fail is in the Given, one where it calls a proc which fails).