namespace :simple_audio_captcha do

desc 'Clears the temporary created .mp3 files.'
task clear: :environment do
  puts "Hello world."
end

end