Closed JunichiIto closed 9 years ago
In chapater 9, you introduced Guard + Spring, but in branches for chapter 9, 11 and master, bin/rspec does not use Spring. It is very confusing.
bin/rspec
In addition, I think bin/rails and bin/rake should use Spring from the start, because this is Rails 4.1 application.
bin/rails
bin/rake
This is ready for the next release.
In chapater 9, you introduced Guard + Spring, but in branches for chapter 9, 11 and master,
bin/rspec
does not use Spring. It is very confusing.In addition, I think
bin/rails
andbin/rake
should use Spring from the start, because this is Rails 4.1 application.