Skip to content

Instantly share code, notes, and snippets.

@fearoffish
Created December 23, 2008 23:04
Show Gist options
  • Save fearoffish/39501 to your computer and use it in GitHub Desktop.
Save fearoffish/39501 to your computer and use it in GitHub Desktop.
Your Guide to Testing
This book will assume the user already knows Ruby and Ruby on Rails. It will focus on the different techniques you can use to test behaviour in Ruby/Rails applications.
Table of Contents
Chapter 1: Why Test?
Chapter 2: The Process
Chapter 3: Recipes
Fixtures or not
Mocking
Unit Tests
Functional Tests
Integration Tests
Acceptance Tests
Chapter 5: FAQ's
Rails
Why is my db full of old test data?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment