What if my controller decides to take the Thing.create! and rescue route? What if my model has a special initializer...
I've recently moved from using Parallels for browser testing to Sun's Open Source VirtualBox. Here's a walkthrough...
Passing the –profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...
Background allows you to add some context to the scenarios in a single feature. A Background is much like a...
decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...
Browsera automatically detects cross-browser layout problems and scripting errors on your website.
Unit tests are to refactoring like a drop cloth is to painting. Both feel like more work at first but...
Riot differs primarily in that it does not rerun setup for each test in a context.
Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito...
TestLab² is a software and website testing service. It was created by a team of quality assurance professionals and engineers...
Another replacement for factories and fixtures that focuses on being DRY and making developers type as little as possible.
The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn...
Eventually you’ll forget that you used to spend hours testing your code in a browser, and start complaining that...
Unlock achievements for running your test suite!
Capybara sets up some tags for you to use in Cucumber. Often you’ll want to run only some scenarios...
Info on install database_cleaner.
I love Cucumber, but I hate writing step definitions. They are ugly, awkward to write and very, very boring: Most...
Steak is like Cucumber but in plain Ruby.
ShamRack mounts a Rack app locally, just for your tests. It goes one further: it “mounts” it using Net::HTTP...
Seems like there's no way to do it in Capybara, unfortunately. But if you're running your tests with...
We recently decided our CI server needed an overhaul. I really enjoyed Integrity as a build server, but after trying...