# File lib/hoptoad_notifier/tasks.rb, line 44 def test_hoptoad puts "Raising '#{exception_class.name}' to simulate application failure." raise exception_class.new, 'Testing hoptoad via "rake hoptoad:test". If you can see this, it works.' end