git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@4 5e329b0b-a2ee-ea63-e329-299493fc886d
9 lines
196 B
Ruby
9 lines
196 B
Ruby
require File.dirname(__FILE__) + '/../test_helper'
|
|
|
|
class DmsfControllerTest < ActionController::TestCase
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|