Navigation Menu

Skip to content

Commit

Permalink
Switch test output format.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdub committed Oct 17, 2010
1 parent 5c43d7e commit 12d3cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,6 +6,6 @@ require "spec/rake/spectask"
task "default" => "spec"

Spec::Rake::SpecTask.new do |t|
t.spec_opts = ["--colour", "--format", "progress"]
t.spec_opts = ["--colour", "--format", "nested"]
t.spec_files = FileList['spec/**/*_spec.rb']
end

0 comments on commit 12d3cd4

Please sign in to comment.