Files
redmine/plugins/redmine_contacts_helpdesk/test/unit/canned_response_test.rb
T
2026-04-24 22:01:18 +00:00

10 lines
191 B
Ruby

require File.expand_path('../../test_helper', __FILE__)
class CannedResponseTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end