Changeset 641

Show
Ignore:
Timestamp:
09/16/07 03:03:03 (1 year ago)
Author:
jon.egil.stra..@gmail.com
Message:

DRY'ing up application root to only one test-dir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app_generators/merb/merb_generator.rb

    r640 r641  
    3636      m.file_copy_each %w( development.rb production.rb test.rb ), "config/environments" 
    3737      m.file_copy_each %w( 001_add_sessions_table.rb ), "schema/migrations" 
    38       m.file_copy_each %w( spec_helper.rb ), "spec" 
     38      m.file_copy_each %w( spec_helper.rb ), "test/spec" 
    3939 
    4040      # build default config 
     
    101101      schema/migrations 
    102102      script 
    103       spec/models 
    104       spec/controllers 
     103      test/spec/models 
     104      test/spec/controllers 
    105105      test/unit 
    106106      deps/plugins