blob: 5f8b63a3b1391a9862787ada766cf0ffc2db52eb (
plain) (
tree)
|
|
namespace :refinery do
namespace :testing do
# Put any code in here that you want run when you test this extension against a dummy app.
# For example, the call to require your gem and start your generator.
task :setup_extension do
end
end
end
|