no rspec yet for rails 3

Taking a walk through the Rails 3 pre code, there are some interesting differences in there that I’m not sure I totally understand. I think the biggest obstacle to my using it, however, is that there is no RSpec yet. I don’t even want to look at Cucumber, since its lack of appearance in my Rails 3 generator list look pretty suspicious. [actually, I did play around with RSpec and Cucumber for a while to see if I could force through an installation, but quickly gave up when I realized how painful it would be]

So… looking forward to Rails 3, but I don’t think I’ll seriously consider trying to make anything with it until I can write specs for my code.

Comments are closed.