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

7 lines
141 B
Ruby
Raw Normal View History

# 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