Changeset 6582
- Timestamp:
- 02/12/08 12:27:53 (5 years ago)
- Location:
- lang/ruby/chokan/branches/citrus
- Files:
-
- 2 modified
-
lib/citrus/core.rb (modified) (1 diff)
-
spec/core_spec.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/chokan/branches/citrus/lib/citrus/core.rb
r6580 r6582 46 46 @config = OpenStruct.new(File.open(@config_file) {|f| YAML.load(f) }) 47 47 init_config 48 init_plugins if @plugins49 48 end 50 49 -
lang/ruby/chokan/branches/citrus/spec/core_spec.rb
r6580 r6582 342 342 @core.reload_config 343 343 @core.config.plugins.should have_key("Baz") 344 @core.plugins.loaded_plugins.should_not have_key("Baz") 345 346 @core.reload_plugin("Baz") 344 347 @core.plugins.loaded_plugins.should have_key("Baz") 345 348 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)