Stories (well, integration tests) which aren't plain text

Hi,

Having just played with getting my first plain text story working, I
like how it all fits together. It worked out nicely.

However, I don’t feel our project needs to have stories as plain text,
in fact it’s a slight hindrance for us. Is there any sensible
mechanism for doing integration testing using rspec without plain text
stories?

Thanks,

Rob

Google for some of the stuff about story runner. It was originally not
plain text, that’s just a convenience. There are some earlier
tutorials on David’s blog about just doing stories.

JD

I put up a short post with code snippets of using RSpec’s rubyesque
stories:

http://www.continuousthinking.com/2008/3/5/trying-rspec-s-rubyesque-stories

Zach

On Thu, Mar 13, 2008 at 4:21 PM, James D. [email protected]
wrote:

Google for some of the stuff about story runner. It was originally not
plain text, that’s just a convenience. There are some earlier
tutorials on David’s blog about just doing stories.

I couldn’t see anything on David’s blog about !textual stories. I have
however now found some clues by googling for RailsStory, which I
hadn’t tried before.

Thanks