#!/usr/bin/env ruby
require 'rspec/core/deprecation'
RSpec.warn_deprecation <<-WARNING
************************************************************
REMOVAL NOTICE: you are using behaviour that has been
removed from rspec-2.

* The 'autospec' command is no longer supported.
* Please use 'autotest' instead.

This message will be removed from a future version of rspec.
************************************************************
WARNING
