Changeset 6812 for platform/tdiary/spec
- Timestamp:
- 02/17/08 16:05:29 (10 months ago)
- Files:
-
- 1 modified
-
platform/tdiary/spec/spec_helper.rb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
platform/tdiary/spec/spec_helper.rb
r6811 r6812 17 17 @date = nil 18 18 @header_procs = [] 19 @footer_procs = [] 19 20 @update_procs = [] 20 21 @body_enter_procs = [] … … 28 29 def add_header_proc( block = Proc::new ) 29 30 @header_procs << block 31 end 32 33 def add_footer_proc( block = Proc::new ) 34 @footer_procs << block 30 35 end 31 36 … … 42 47 end 43 48 49 def footer_proc 50 r = [] 51 @footer_procs.each do |proc| 52 r << proc.call 53 end 54 r.join.chomp 55 end 56 44 57 def add_body_enter_proc( block = Proc::new ) 45 58 @body_enter_procs << block
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)