Skip to content

Instantly share code, notes, and snippets.

@jasnow
Created July 23, 2011 15:31
Show Gist options
  • Save jasnow/1101548 to your computer and use it in GitHub Desktop.
Save jasnow/1101548 to your computer and use it in GitHub Desktop.
Still getting "Rake DSL" warning in 3-1-stable branch
**cd railties**
**ruby -I test -I /Usrs/whitemac/source/rails/activesupport/lib test/application/rake_test.rb**
Loaded suite test/application/rake_test
Started
...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 Class#task called at /Users/whitemac/source/rails-pull-2168/railties/tmp/app/config/application.rb:48:in `block in <class:Application>'
..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 Class#task called at /Users/whitemac/source/rails-pull-2168/railties/tmp/app/config/application.rb:44:in `block in <class:Application>'
.............
Finished in 248.876034 seconds.
18 tests, 0 assertions, 0 failures, 0 errors, 0 skips
Test run options: --seed 11049
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment