rspec_rails_4
rspec_rails_4 copied to clipboard
Ch.6, p.69 - Code style inconsistency
trafficstars
There's a slight code style inconsistency between the GET #edit and other specs on page 69. Specifically, the #edit spec uses an intermediary variable to store the created contact while the #create spec and others don't.
Book version: 2013-10-29 (PDF)