rspec_rails_4 icon indicating copy to clipboard operation
rspec_rails_4 copied to clipboard

Ch.5 p53-54 - eq has parentheses

Open JunichiIto opened this issue 10 years ago • 0 comments

In this book eq does not have parentheses but only in "Testing PATCH requests" section, has them.

E.g.

# `eq @contact` is preferred for consistency
expect(assigns(:contact)).to eq(@contact) 

JunichiIto avatar Feb 26 '14 21:02 JunichiIto