avantbard + bdd   11

sandro/ephemeral_response - GitHub
"Web responses are volatile. Servers go down, API's change, responses change and every time something changes, your tests should fail. Mocking out web responses may speed up your test suite but the tests essentially become lies. Ephemeral Response encourages you to run your tests against real web services while keeping your test suite snappy by caching the responses and reusing them until they expire."
testing  ruby  http  rails  plugin  tdd  bdd  web 
december 2010 by avantbard
ianwhite's pickle at master - GitHub
easy model generation and initialization in cucumber steps
cucumber  pickle  model  machinist  factory-girl  bdd  rails 
june 2010 by avantbard
icaruswings's gizmo at master - GitHub
"Gizmo is a simple page model testing framework used and sponsored by realestate.com.au. The aim of the project is to DRY up testing assertions by abstracting code that defines your page, resulting in a consistent, easy to maintain test suite."
cucumber  rails  bdd  testing  gizmo  rspec 
may 2010 by avantbard
Finding unused code in Rails
1. rcov script/server 2. Click through app. 3. See what's not getting called =-)
ruby  rubyonrails  webdev  rails  testing  tdd  bdd 
january 2007 by avantbard

Copy this bookmark:



description:


tags: