public
Rubygem
Description: Take FogBugz offline with you
Clone URL: git://github.com/francois/fogbugz_offline.git
Search Repo:
Report the full backtrace when running specifications.
francois (author)
Thu May 15 12:32:01 -0700 2008
commit  ba2cb8726477b42a400fb7b1509866b58a71c6b2
tree    b78f7c765e5fcf10a4632853147d53f49144fd1a
parent  ea8882d75f4d74f7e87960bf1e3724d496889556
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@
0
 Spec::Rake::SpecTask.new do |t|
0
   t.warning = false
0
   t.rcov = false
0
- t.spec_opts = %w(--color --format specdoc --format html:tmp/specifications.html --loadby mtimee)
0
+ t.spec_opts = %w(--color --format specdoc --format html:tmp/specifications.html --loadby mtime --backtrace)
0
 end
0
 
0
 task :default => :spec

Comments

    No one has commented yet.