summaryrefslogtreecommitdiff
path: root/test/unit/comment_observer_test.rb
blob: 42e7e73a29a416b17f5fc7451896111d78c3da2b (plain)
1
2
3
4
5
6
7
8
require File.dirname(__FILE__) + '/../test_helper'

class CommentObserverTest < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_truth
    assert true
  end
end