Changeset 642

Show
Ignore:
Timestamp:
09/16/07 12:59:14 (1 year ago)
Author:
e.@brainspl.at
Message:

reversing changeset 641. please leave the spec dir as spec/

Files:

Legend:

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

    r641 r642  
    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 ), "test/spec" 
     38      m.file_copy_each %w( spec_helper.rb ), "spec" 
    3939 
    4040      # build default config 
     
    101101      schema/migrations 
    102102      script 
    103       test/spec/models 
    104       test/spec/controllers 
     103      spec/models 
     104      spec/controllers 
    105105      test/unit 
    106106      deps/plugins