Rake task for stories

Any reason why there isn’t a rake task for stories yet? (I’m looking in
trunk)

Someone want to share theirs?

Joe

On Feb 23, 2008, at 12:16 PM, “Joe Van D.” [email protected] wrote:

Any reason why there isn’t a rake task for stories yet? (I’m
looking in trunk)

There is one for rspec_on_rails but it is nothing special. It just
calls stories/ all.rb which is up to you to maintain.

I know of at least one story command that is in the works. I think
that once that exists we’ll be in a better spot to wrap it in a rake
task.

I think, also, that there are still some different conventions at play
and it makes sense to wait for a solid convention to emerge in terms
of structure and organization.

Cheers,
David

On Sat, Feb 23, 2008 at 10:41 AM, David C. [email protected]
wrote:

task.

I think, also, that there are still some different conventions at play
and it makes sense to wait for a solid convention to emerge in terms
of structure and organization.

I can’t seem to find the rspec_on_rails story task. What file is it in?

On Sat, Feb 23, 2008 at 2:35 PM, Joe Van D. [email protected] wrote:

that once that exists we’ll be in a better spot to wrap it in a rake
task.

I think, also, that there are still some different conventions at play
and it makes sense to wait for a solid convention to emerge in terms
of structure and organization.

I can’t seem to find the rspec_on_rails story task. What file is it in?

I take it back. It does not get generated. I’ve just been adding one
to my projects that runs stories/all.rb. Guess it’s so trivial that I
forgot it wasn’t generated :slight_smile: