Slide 7
Slide 7 text
Ruby testing tools
● Test libraries
○ Test::Unit, RSpec, Minitest::Spec
● Factory libraries
○ FactoryGirl, Machinist, Fabrication
● TDD workflow / efficiency tools
○ Spork
■ Dynamic ruby server that forks before each run
to ensure a clean testing state
○ Guard
■ Watches project files, runs corresponding tests
when code or tests have changed