I’m trying to run the specs of the rspec-rails master branch, but both
plain rake as well as rake spec fail. The default task fails because
there is no cucumber.yml. rake spec fails, when it requires a file that
is not part of the repo: rspec-rails/spec/spec_helper.rb refers to
Commenting out this line doesn’t make everything magically work, of
course. However, when I do that, I hit “uninitialized constant
ActionController”. So, I surmise that the missing spec_helper.rb among
other things sees to it that Rails is properly required.