File: plugin.rake

package info (click to toggle)
capistrano 3.19.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 804 kB
  • sloc: ruby: 5,351; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
# This rake file is used by plugin_spec.rb.

task :plugin_test do
  # Example of invoking a helper method provided by the plugin
  hello
end