On a freshly created Rails project (generated by rails someName), one can run some 'default' rake tasks like:
rake testrake db:migrate- etc
Question is, where does these tasks get described? The default Rakefile doesn't have all these tasks.
Furthermore, I checked out some project that uses rspec and I am able to run rake spec to run all the tests. Where does the spec target defined?