Rake & Story Runner

So, having gotten a story (i.e. Story Runner) working (runs in NetBeans
and
using ‘ruby path/to/story.rb’), I’m looking to see how I’d integrate
that
with our build.

Am I right in assuming that there’s no Rake integration yet, or a
report? I
couldn’t see any. As far as I can see, “rake spec” doesn’t run or
report
on my story in stories/filename.rb.

I’m guessing that stuff is still pending, but wanted to confirm before
deciding whether to build something myself or wait for something to come
down.

  • Geoffrey

On 10/5/07, Geoffrey W. [email protected] wrote:

down.

  • Geoffrey

    Geoffrey W.

rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

There’s stories/all.rb. That just runs any of your stories…but I’ve
had a couple problems with it (some stuff clashing). Currently what I
do is just loop through the stories and run them independently.

Pat