[rspec-users] Spec'ing via features
Zach Dennis
zach.dennis at gmail.com
Tue Nov 25 16:21:51 EST 2008
On Tue, Nov 25, 2008 at 4:06 PM, James Byrne <lists at ruby-forum.com> wrote:
> James Byrne wrote:
>> Aslak Hellesøy wrote:
>>
>>>>
>>>> Cucumber depends upon RSpec.
>>>
>>> No it doesn't
>>>
>>> Aslak
>>
>> Forgive my misapprehension.
>
> So, where does one find a comprehensive list of expectations for
> cucumber step matchers? Things like:
>
> response.body.should +~ \pattern\
>
Cucumber doesn't supply those. You can use whatever tool you want to
do the job. RSpec, test/unit, assert 2.0, etc.. could all be used. You
may have to include something into "World" to get the methods
available from your tool of choice, but I use RSpec and haven't had to
do that (just guessing)...
--
Zach Dennis
http://www.continuousthinking.com
http://www.mutuallyhuman.com
More information about the rspec-users
mailing list