rspec_rails_4
rspec_rails_4 copied to clipboard
Ch 9 p99 - Use it instead of specify
In Shoulda section, there is the following code:
specify { should validate_presence_of :firstname }
But in this case, I think it { should validate_presence_of :firstname }
is more readable.
I agree and will address this in the next code update.