# File lib/hydra/listener/notifier.rb, line 7
      def testing_end
        icon_path = File.join(
          File.dirname(__FILE__), '..', '..', '..',
          'hydra-icon-64x64.png'
        )
        `notify-send -i #{icon_path} "Hydra" "Testing Completed"`
      end