How is spec/rails_helper.rb different from spec/spec_helper.rb? Do I need it?
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? Dave Schweisguth rspec-rails 3 generates spec_helper.rb and rails_helper.rb . spec_helper.rb is for specs which don