redmine_dmsf/test/functional/dmsf_links_controller_test.rb
2014-02-18 17:20:08 +01:00

9 lines
198 B
Ruby

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