Files
archived-redmine-webhook/test/unit/webhook_test.rb
2014-02-16 01:05:34 +09:00

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