summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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