mirror of
https://github.com/dolphin-emu/redmine_webhook.git
synced 2026-01-31 01:15:19 +01:00
10 lines
184 B
Ruby
10 lines
184 B
Ruby
require File.expand_path('../../test_helper', __FILE__)
|
|
|
|
class WebhookTest < ActiveSupport::TestCase
|
|
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|