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 11, login_as method should be sign_in #123

Open JunichiIto opened 2 years ago

JunichiIto commented 2 years ago

In page 185, chapter 11, you use sign_in method:

Screen Shot 2022-05-11 at 7 33 22

However, you use login_as method in page 188 and 194:

Screen Shot 2022-05-11 at 7 32 19 Screen Shot 2022-05-11 at 7 32 11

I think they should be sign_in too.