public
Rubygem
Description: Take FogBugz offline with you
Clone URL: git://github.com/francois/fogbugz_offline.git
Search Repo:
Make sure tmp/ is created, and ignore specifications.html from it.
francois (author)
Thu May 15 11:58:07 -0700 2008
commit  ea8882d75f4d74f7e87960bf1e3724d496889556
tree    72c0adc56e1cd623145553f4cc7a1d160d2d26bb
parent  e4837e2d6861efe500d5d04d7351923a2de738b0
...
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 mtime --reverse)
0
+ t.spec_opts = %w(--color --format specdoc --format html:tmp/specifications.html --loadby mtimee)
0
 end
0
 
0
 task :default => :spec
...
 
...
1
0
@@ -1 +1,2 @@
0
+specifications.html

Comments

    No one has commented yet.