After reading through railties/test/initializer_test.rb and other test files, I've noticed that there aren't any tests for reading the database configuration file, or for establishing the database connection.
This is my first time writing a patch for Rails. Thus, I'm not sure how to begin writing tests for changes that I make to the following methods: Rails::Initializer#initialize_database Rails::Configuration#database_configuration When someone has a minute, would you mind pointing me to some docs, a tutorial, or explaining how I should approach this? Thanks guys. Nick --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---