everydayrails / rails-4-1-rspec-3-0

Code samples for Everyday Rails Testing with RSpec, Rails 4.1/RSpec 3.0 edition
272 stars 229 forks source link

Missing instance variable page 34 #33

Closed heroturtle closed 9 years ago

heroturtle commented 9 years ago

page 34, line 23 should say in my view: expect(Contact.by_letter("J")).not_to include @smith

instead of: expect(Contact.by_letter("J")).not_to include smith