mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
7 lines
141 B
Ruby
7 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
|