cavalle / steak

DISCONTINUED - The delicious combination of RSpec and Capybara for Acceptance BDD
MIT License
763 stars 32 forks source link

rake spec: Global access to Rake DSL methods is deprecated. #41

Closed szymon-przybyl closed 13 years ago

szymon-przybyl commented 13 years ago

I've just created new rails app, installed steak, created one plain acceptance spec and ran "rake spec", and I've got the following:

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 MyApp::Application#task called at /home/apocalyptiq/.rvm/gems/ruby-1.9.2-p180/gems/railties-3.0.7/lib/rails/application.rb:215:in `initialize_tasks' apocalyptiq@apocalyptiq-ThinkPad-R60:~/projects/farmera$ WARNING: DSL method MyApp::Application

cavalle commented 13 years ago

This is not a Steak problem. Please do some research (like googling a bit) before opening issues. Thanks!