What do folks think about making changes to the default test locations? I would love to see the following changes made:
test/units -> test/models test/units/helpers -> test/helpers test/units/lib -> test/lib test/functional -> test/controllers test/functional -> test/mailers test/integration -> test/acceptance I've already done this in minitest-rails for Rails 3, but I thought I'd check here before creating a pull request for Rails 4. Here is a blog I blogged on my blog explaining more about why I think this change is good. http://blowmage.com/2012/07/12/rails-tests-placement Thoughts? ~Mike -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
