From b2ef0e44122902030f142b00f8c5ff42f46cc6a7 Mon Sep 17 00:00:00 2001 From: Kamil Kieliszczyk Date: Fri, 21 Feb 2014 09:12:56 +0100 Subject: Use documentation rspec formater --- Rakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index aa63fffef7..c5dceca1e7 100644 --- a/Rakefile +++ b/Rakefile @@ -66,7 +66,7 @@ begin desc "Run specs" RSpec::Core::RakeTask.new do |t| - t.rspec_opts = %w(-fs --color) + t.rspec_opts = %w(--format documentation --color) t.ruby_opts = %w(-w) end task :spec => "man:build" @@ -104,7 +104,7 @@ begin (branches + releases).each do |rg| desc "Run specs with Rubygems #{rg}" RSpec::Core::RakeTask.new(rg) do |t| - t.rspec_opts = %w(-fs --color) + t.rspec_opts = %w(--format documentation --color) t.ruby_opts = %w(-w) end @@ -141,7 +141,7 @@ begin desc "Run specs under a Rubygems checkout (set RG=path)" RSpec::Core::RakeTask.new("co") do |t| - t.rspec_opts = %w(-fs --color) + t.rspec_opts = %w(--format documentation --color) t.ruby_opts = %w(-w) end -- cgit v1.2.1