On Dec 19, 2007 7:01 PM, James Deville <[EMAIL PROTECTED]> wrote: > What's the status on a rake task for the story runner. If nothing is > in progress, where could I start to try and build one? > > JD
I've been using: task 'stories' do sh "ruby stories/all.rb" end task 'stories:rcov' do sh "rcov -o story_coverage --exclude stories stories/all.rb" end Kyle _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users