Background - cucumber - GitHub

Posted Over 14 years ago by Lexy.
github.com

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

has_many :bugs, :through => :rails: Make your shoulda tests faster with fast_context

Posted Over 14 years ago by Lexy.
m.onkey.org

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

Browsera - Automated Cross Browser Web Application Testing Service

Posted Over 14 years ago by Lexy.
browsera.com

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

Alex Miller - Unit tests are a drop cloth

Posted Over 14 years ago by Lexy.
tech.puredanger.com

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

thumblemonks's riot at master - GitHub

Posted Over 14 years ago by Lexy.
github.com

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

http://mockito.org/

Posted Over 14 years ago by Lexy.
mockito.org

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

Software Testing | TestLab²

Posted Over 14 years ago by Lexy.
testlab2.com

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

sinsiliux's Blueprints at master - GitHub

Posted Over 14 years ago by Lexy.
github.com

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

edgecase's ruby_koans at master - GitHub

Posted About 14 years ago by Lexy.
github.com

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

JustinFrench.com: Learn how to test your code

Posted About 14 years ago by Lexy.
justinfrench.com

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

Unit Testing Achievements

Posted About 14 years ago by Lexy.
exogen.github.com

Unlock achievements for running your test suite!

jnicklas's capybara at master - GitHub

Posted About 14 years ago by Lexy.
github.com

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

Getting Started with Webrat, Selenium, Rails and Firefox 3 | Viget Extend

Posted About 14 years ago by Lexy.
viget.com

Info on install database_cleaner.

Never write a Cucumber step definition again with Cucumber Factory - Gem Session: gem

Posted About 14 years ago by Lexy.
gem-session.com

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

cavalle's steak at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Steak is like Cucumber but in plain Ruby.

Localized external services - GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS

Posted Almost 14 years ago by Lexy.
robots.thoughtbot.com

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

How to test a confirm dialog with Cucumber? - Stack Overflow

Posted Almost 14 years ago by Lexy.
stackoverflow.com

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

Presentation

Posted Almost 14 years ago by Lexy.
pure-rspec-rubynation.heroku.com

Sailing down the Hudson with RVM - GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS

Posted Almost 14 years ago by Lexy.
robots.thoughtbot.com

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

thoughtbot's bourne at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Test spies are a form of test double that preserves the normal four-phase unit

Ultimate rspec matcher to test named_scope or scoped - Web development blog

Posted Almost 14 years ago by Lexy.
gusiev.com

What do we expect from the custom finder? We expect that it should find assets A, B, C and should...