Hack to stop active_support/dependencies from complaining about ‘spec/test/unit’ not defining Spec::Test::Unit
# File lib/spec/deprecation.rb, line 3 def deprecate(method, alternate_method=nil) message = *****************************************************************DEPRECATION WARNING: you are using deprecated behaviour that willbe removed from a future version of RSpec.#{caller(0)[2]}* #{method} is deprecated. if alternate_method message << * please use #{alternate_method} instead. end message << "*****************************************************************" warn(message) end
Generated with the Darkfish Rdoc Generator 2.