Watch: Managing Sample Data with Fixtures and Factories
You’ve set up RSpec for your new Rails project but… what about data? You can’t write many tests without having…
Aggregating the Future
You’ve set up RSpec for your new Rails project but… what about data? You can’t write many tests without having…
Not sure about you, but I don’t like errors. Actually, when I see one I usually do something like this.…
Automated testing is really widespread these days and of course Ruby has its own set of tools. One of these…