Displaying 1 result from an estimated 1 matches for "exampleapi".
2007 Sep 14
7
Posted this in "dev" last night but I''m not sure that anyone reads it
...ve been using RSpec in anger for perhaps a total of a few days
and just started playing with Story Runner. Love it.
I also started working on a patch, which ought to be simple, to
allow for Scenarios without supplied blocks to be treated as pending
-- much like "it" in Spec::DSL::ExampleAPI.
That said, I noticed something that seemed odd and chatted with Rein
Henrichs a little about it on #rspec. ScenarioRunner#run treats
"pending" scenarios as an error case. We both believed this to be a
little odd as we both thought that pending would just be a branch and
not a...