aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/outgoing_message_test.rb
blob: 12b55e5d071c8745c1099e9cb0ab071d78c0022d (plain)
1
2
3
4
5
6
7
8
9
10
require File.dirname(__FILE__) + '/../test_helper'

class OutgoingMessageTest < Test::Unit::TestCase
  fixtures :outgoing_messages

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end