namespace :system_cat do

desc 'Test'
task :test do
  # puts 'Hola dodo!'
end

end