1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/spec/support/tasks/plugin.rake
Matt Brictson dc59c248a7 Add a Plugin API
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.
2016-01-17 16:46:53 -08:00

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