On Fri, Nov 18, 2011 at 05:21:10PM +0100, mfoj...@redhat.com wrote: > From: Michal Fojtik <mfoj...@redhat.com> > Seems really well written and allow to speed up the tests(joke). ACK.
Cheers, Francesco Vollero > > Signed-off-by: Michal fojtik <mfoj...@redhat.com> > --- > server/Rakefile | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/server/Rakefile b/server/Rakefile > index 53fb7bf..cdf2f8f 100644 > --- a/server/Rakefile > +++ b/server/Rakefile > @@ -92,7 +92,7 @@ end > > RSpec::Core::RakeTask.new do |t| > t.pattern = FileList['spec/**/*_spec.rb'] > - t.rspec_opts = [ "--format", "nested", "--color", "-r > ./spec/spec_helper.rb"] > + t.rspec_opts = [ "--format", "NyanCatFormatter", "--color", "-r > ./spec/spec_helper.rb"] > end > > Dir['spec/**/*_spec.rb'].each do |file| > -- > 1.7.4.4 >