blob: 3a320cf93061d54e148a1a5ee65b81d5e22e3650 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require File.dirname(__FILE__) + '/../test_helper'
class IncomingMessageTest < Test::Unit::TestCase
fixtures :incoming_messages
# Replace this with your real tests.
def test_truth
assert true
end
end
|