On Tue, 2010-03-16 at 15:48 +0100, [email protected] wrote: > --- > server/Rakefile | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/server/Rakefile b/server/Rakefile > index 34faa6a..2749574 100644 > --- a/server/Rakefile > +++ b/server/Rakefile > @@ -39,7 +39,11 @@ Rake::TestTask.new("test") { |t| > > > Cucumber::Rake::Task.new(:features) do |t| > + t.cucumber_opts = "features --format html --out cucumber.html" > + t.rcov = false > +end
One small nit: can we put test output, reports, etc. into server/tmp so that we don't clutter the toplevel ? David _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
