Please help me with the below error

rake --trace
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)
/usr/lib/ruby/vendor_ruby/rake/application.rb:584:in raw_load_rakefile' /usr/lib/ruby/vendor_ruby/rake/application.rb:89:inblock in load_rakefile'
/usr/lib/ruby/vendor_ruby/rake/application.rb:160:in
standard_exception_handling' /usr/lib/ruby/vendor_ruby/rake/application.rb:88:inload_rakefile'
/usr/lib/ruby/vendor_ruby/rake/application.rb:72:in block in run' /usr/lib/ruby/vendor_ruby/rake/application.rb:160:instandard_exception_handling'
/usr/lib/ruby/vendor_ruby/rake/application.rb:70:in run&#39; /usr/bin/rake:27:in<main>'
root@sdine140678-ubuntu:~# rake test:foreman_host_rundeck
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)

(See full trace by running task with --trace)

Hello,

please try to explain what you're trying to achieve. Also note that you should
use foreman-rake instead of rake, as it correctly set paths, environment etc.

··· -- Marek

On Thursday 12 of March 2015 03:08:18 Kranthi Kiran wrote:

rake --trace
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)
/usr/lib/ruby/vendor_ruby/rake/application.rb:584:in raw_load_rakefile' /usr/lib/ruby/vendor_ruby/rake/application.rb:89:inblock in load_rakefile’
/usr/lib/ruby/vendor_ruby/rake/application.rb:160:in
standard_exception_handling' /usr/lib/ruby/vendor_ruby/rake/application.rb:88:inload_rakefile’
/usr/lib/ruby/vendor_ruby/rake/application.rb:72:in block in run' /usr/lib/ruby/vendor_ruby/rake/application.rb:160:instandard_exception_handling’
/usr/lib/ruby/vendor_ruby/rake/application.rb:70:in run' /usr/bin/rake:27:in'
root@sdine140678-ubuntu:~# rake test:foreman_host_rundeck
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)

(See full trace by running task with --trace)