11 lines
220 B
Ruby
11 lines
220 B
Ruby
require File.expand_path('../../test_helper', __FILE__)
|
|
|
|
class JournalMessageTest < ActiveSupport::TestCase
|
|
fixtures :journal_messages
|
|
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|