You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by mf...@redhat.com on 2011/11/18 17:21:10 UTC

[PATCH core] Core: Added nyan cat formatter (joke ;-)

From: Michal Fojtik <mf...@redhat.com>


Signed-off-by: Michal fojtik <mf...@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


Re: [PATCH core] Core: Added nyan cat formatter (joke ;-)

Posted by Francesco Vollero <fv...@redhat.com>.
On Fri, Nov 18, 2011 at 05:21:10PM +0100, mfojtik@redhat.com wrote:
> From: Michal Fojtik <mf...@redhat.com>
> 
Seems really well written and allow to speed up the tests(joke). 
ACK.

Cheers,
Francesco Vollero

> 
> Signed-off-by: Michal fojtik <mf...@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
>