Skip to content

Commit

Permalink
test cases shouldn't be that verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
blindgaenger committed Apr 22, 2009
1 parent 6900e9d commit 0cba137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ task :default => :test

desc "Run tests"
Spec::Rake::SpecTask.new :test do |t|
t.spec_opts = %w(--format specdoc --color --backtrace)
t.spec_opts = %w(--format specdoc --color) #--backtrace
t.spec_files = FileList['test/*_spec.rb']
end

0 comments on commit 0cba137

Please sign in to comment.