I am doing the Rails Tutorial for the second time. When I enter this
rails generate integration_test static_pages
I get spec/rails_helper.rb
and spec/spec_helper.rb
instead of just spec/spec_helper.rb
Now when I run my tests, they are longer (more "verbose") and slower than when I did this last time.
I am wondering what the difference between the two files is, and if I did something wrong.
Also, is there a way to get rid of the rails_helper.rb
file without messing everything up?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…