I was having some problem with zeus + rspec and the solution I found says that I must to delete require 'rspec/autorun'
from spec_helper.rb
.
That worked great, but I was wondering what's the utility of rspec/autorun
? It comes in spec_helper.rb
by default, but the specs works anyway with or without it.