Parse!: invalid option "--autotest"

I keep getting the error every time I try to run my specs with “bundle
exec rake spec”:

/Users/sean/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.4.0/lib/rspec/
core/option_parser.rb:18:in parse!': invalid option: --autotest (OptionParser::InvalidOption) from /Users/sean/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.4.0/ lib/rspec/core/option_parser.rb:4:inparse!’
from /Users/sean/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.4.0/
lib/rspec/core/configuration_options.rb:104:in options_from' from /Users/sean/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.4.0/ lib/rspec/core/configuration_options.rb:100:inglobal_options’
from /Users/sean/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.4.0/
lib/rspec/core/configuration_options.rb:65:in parse_options' from /Users/sean/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.4.0/ lib/rspec/core/runner.rb:41:inrun’
from /Users/sean/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.4.0/
lib/rspec/core/runner.rb:10:in `block in autorun’

I have tried multiple versions of rspec and I still get this error.

I have tried uninstalling all my rspec and autotest gems and also
cleaning up old versions of the gems.

gem cleanup rspec rspec-core rspec-expectations rspec-mocks rspec-
rails autotest autotest-rails

My specs used to run without this error. I do not know what changed.

On Jan 19, 2011, at 3:53 PM, Sean McCleary wrote:

   from /Users/sean/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.4.0/

I have tried uninstalling all my rspec and autotest gems and also
cleaning up old versions of the gems.

gem cleanup rspec rspec-core rspec-expectations rspec-mocks rspec-
rails autotest autotest-rails

My specs used to run without this error. I do not know what changed.

What’s in your ./.rspec or ~/.rspec files?