From ded94f7157f0a4a90f87b65dfd5f1f5e5cd76fed Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sun, 24 Aug 2008 12:36:40 +1000 Subject: Removed spec color option for buildbot --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index bcc524151..a934fff81 100644 --- a/Rakefile +++ b/Rakefile @@ -152,7 +152,7 @@ task :spec do require 'rcov' Spec::Rake::SpecTask.new do |t| # t.rcov = true - t.spec_opts = ['--options', "spec/spec.opts"] + t.spec_opts = ['--format','s', '--loadby','mtime'] t.spec_files = FileList['spec/**/*.rb'] end end -- cgit