opensoul.org

What if my controller decides to take the Thing.create! and rescue route? What if my model has a special initializer...

shapeshed.com

I've recently moved from using Parallels for browser testing to Sun's Open Source VirtualBox. Here's a walkthrough...

idolhands.com

Passing the –profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...

github.com

Background allows you to add some context to the scenarios in a single feature. A Background is much like a...

m.onkey.org

decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...

browsera.com

Browsera automatically detects cross-browser layout problems and scripting errors on your website.

tech.puredanger.com

Unit tests are to refactoring like a drop cloth is to painting. Both feel like more work at first but...

github.com

Riot differs primarily in that it does not rerun setup for each test in a context.

mockito.org

Mockito is a mocking framework that tastes really good. It lets you write beautiful tests with clean & simple API. Mockito...

testlab2.com

TestLab² is a software and website testing service. It was created by a team of quality assurance professionals and engineers...

github.com

Another replacement for factories and fixtures that focuses on being DRY and making developers type as little as possible.

github.com

The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn...

justinfrench.com

Eventually you’ll forget that you used to spend hours testing your code in a browser, and start complaining that...

exogen.github.com

Unlock achievements for running your test suite!

github.com

Capybara sets up some tags for you to use in Cucumber. Often you’ll want to run only some scenarios...

gem-session.com

I love Cucumber, but I hate writing step definitions. They are ugly, awkward to write and very, very boring: Most...

github.com

Steak is like Cucumber but in plain Ruby.

robots.thoughtbot.com

ShamRack mounts a Rack app locally, just for your tests. It goes one further: it “mounts” it using Net::HTTP...

stackoverflow.com

Seems like there's no way to do it in Capybara, unfortunately. But if you're running your tests with...

robots.thoughtbot.com

We recently decided our CI server needed an overhaul. I really enjoyed Integrity as a build server, but after trying...