You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cheat sheet for RSpec based on CodeSchool's "Testing with RSpec" course
Introduction
Vocabulary
Examples are decalred using the it method
Assertions are called Expectations should and should_not are called Modifiers Matchers are the operators in the assertions (==, >, be_true, etc.)