High Five: five tips on testing with Rails
Testing is a very important aspect of Rails programming. The framework makes testing really easy, eliminating some excuses you could have for not testing your applications. Here’s my five tips for testing with Rails: Embrace the TDD cycle: this one isn’t Rails related, but is very important. You can write your code first and test […]