Changeset 92

Show
Ignore:
Timestamp:
12/05/2006 15:31:02 (2 years ago)
Author:
tec
Message:
  • test/rails/test_preamble.rb: avoid picking up Markaby preferences in environment.rb
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test/rails/test_preamble.rb

    r90 r92  
    88    '..', # RAILS_ROOT 
    99    'config', 
    10     'environment' 
     10    'boot' 
    1111  ) 
     12 
     13Rails::Initializer.run 
    1214 
    1315require 'action_controller/test_process'