Changeset 5279 for platform/tdiary/spec

Show
Ignore:
Timestamp:
01/22/08 16:43:21 (10 months ago)
Author:
hsbt
Message:

platform/tdiary/spec/spec_helper.rb: add @index,@html_title.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/spec/spec_helper.rb

    r5276 r5279  
    3333 
    3434        class Config 
     35 
     36                attr_accessor :index, :html_title  
     37 
    3538                def initialize 
    3639                        @options = {} 
    3740                        @options2 = {} 
     41                        @index = './' 
     42                        @html_title = '' 
    3843                end 
    3944