I’m writing a little mini Rails app (my first one) and I’ve been working with RSpec for other Ruby scripts I’ve been doing so far. However, in my ignorance I did not realize that rails new <app> would generate the standard Rails tests (well, duh! ;] ). So now I’d like to switch to RSpec. Here…