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 2 factories? #35

Closed JunichiIto closed 6 years ago

JunichiIto commented 6 years ago

In Chapter 2, page 20,

Optionally, configure Rails’ generators to use RSpec, so that as you add new models and controllers to your application, you’ll be able to use the generators in your development workflow, and automatically be given starter files for your specs and factories.

At this point, factories is not described in details, so readers might be confused.

ruralocity commented 6 years ago

Released