[PATCH] Story framework generator for Rails
Reported by Michael Klishin (antares) | March 11th, 2008 @ 01:54 PM
Some time ago I've committed RSpec stories framework generator for Rails to my RSpec repository at GitHub. Though some people think it would be better to have it as a command line tool for Story framework in general, not just for Rails.
What do you guys think?
As long as we are using Git now, pull from
git://github.com/michaelklishin/rspec.git
Comments and changes to this ticket
-

Zach Dennis March 11th, 2008 @ 02:41 PM
I agree with suggestions about having a story tool that is not rails specific. This would indeed seem more beneficial.
I would think it would need to be able to support two types of generation:
- plain text story files (which the current rails generator does)
- rubyesque story files (which it does not currently not supported)
Right now you can supply the name of the story, but not the actual story description. It seems beneficial to allow people to enter the actual story description as well.
ie:
genstory
genstory "User Login" "As a user I ...."
Perhaps the description could be optional.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Behaviour Driven Development for Ruby.
