I'm trying to create a gem plugin with a rake task. I just commented out pre-generated file in tasks folder but when I run rake my_plugin, error came out that
Don't know how to build task...
here is tasks/my_plugin.rake file
desc "Explaining what the task does"
task :my_plugin do
# Task goes here
end