A whirlwind tour of the internals of RSpec.
Intro-spec-tion@JonRowe
View Slide
WHAT IS RSPEC?
BUT WHAT *IS* RSPEC?
COREMOCKS EXPECTATIONS
CORE
CORE SHOULDA
EXPECTATIONSTestUnit
EXPECTATIONSTestUnitMOCKS
ETC ETC ETC…
ANATOMY OF A SPEC
Example Group
Instance Methods
Hooks
Example
RSPEC CORE
THE WORLD
CONFIGURATION
THE REPORTER
THE RUNNER
WAIT…EXAMPLE GROUPS…
RunnerExampleGroupExample#before(:suite)before(:group)before(:each)
RunnerExampleGroupExample#after(:suite)after(:group)after(:each)
BUT WHY
JUST RUBY
RSPEC EXPECTATIONS
RSPEC MOCKS
SO HOW DOES IT WORK?
RSPEC RAILS
after(:talk)
Thanks@JonRowe