ryanb / exception_logger forked from defunkt/exception_logger

Don't use this fork, instead use the original by defunkt as that has these changes merged in.

This URL has Read+Write access

exception_logger / test / exception_logger_test.rb
100644 9 lines (7 sloc) 0.152 kb
1
2
3
4
5
6
7
8
9
require 'test/unit'
 
class ExceptionLoggerTest < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_this_plugin
    flunk
  end
end