module RSpec

def self.warn_about_deprecated_configure

def self.warn_about_deprecated_configure
  warn <<-NOTICE
*************************************************************
ECATION WARNING: you are using deprecated behaviour that will
emoved from RSpec 3.
have set some configuration options after an example group has
ady been defined.  In RSpec 3, this will not be allowed.  All
iguration should happen before the first example group is
ned.  The configuration is happening at:
caller[1]}
*************************************************************
CE
end