[rspec-users] Rake & Story Runner
Pat Maddox
pergesu at gmail.com
Fri Oct 5 15:53:46 EDT 2007
On 10/5/07, Geoffrey Wiseman <geoffrey.wiseman at gmail.com> wrote:
> 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
> --
> Geoffrey Wiseman
>
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> 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
More information about the rspec-users
mailing list