On Jun 3, 2011, at 12:20 PM, MattR wrote: > Hi folks, > > I've been searching google and I don't think this case has yet been > identified. I've got an older, Rails 2.3 app that is using rspec 1.3.x. We > upgraded Rake to 0.9.1, and now I get tons of deprecation warnings on > lib/tasks/rspec.rake:28: > > WARNING: Global access to Rake DSL methods is deprecated. Please Include > Rake::DSL into classes and modules which use the Rake DSL methods. > WARNING: DSL method Spec::Rake::SpecTask#task called at > lib/tasks/rspec.rake:28:in `initialize' > > I tried adding include Rake::DSL in the class that is monkeypatched, but it > doesn't work (unknown constant etc.). Any ideas? Thanks!! > > begin > require 'spec/rake/spectask' > rescue MissingSourceFile > module Spec > module Rake > class SpecTask > # I added it here > def initialize(name) > Please report this to the rspec-rails tracker (for 1.x): http://github.com/dchelimsky/rspec-rails/issues.
Thx
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users