everydayrails / everydayrails-rspec-2017

Sample source for the 2017 edition of Everyday Rails Testing with RSpec.
http://rspectutorial.com
312 stars 247 forks source link

Chapter 8 `{FactoryGirl` #65

Closed JunichiIto closed 6 years ago

JunichiIto commented 6 years ago

Chapter 8, P132 and P133,

let(:user) {FactoryGirl.create(:user) } should be let(:user) { FactoryGirl.create(:user) }.

ruralocity commented 6 years ago

Fixed for book copy; update to code repository to be decided.

ruralocity commented 6 years ago

Released!