mailr/test/unit/event_test.rb

9 lines
152 B
Ruby
Executable File

require 'test_helper'
class EventTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end