mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
dc59c248a7
The Plugin class is a simple set of conventions for defining Capistrano plugins. This is to support the eventual migration of SCM logic out of Capistrano itself and into separate gems as plugins.
6 lines
141 B
Ruby
6 lines
141 B
Ruby
# 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
|