redmine_dmsf/test/functional/dmsf_controller_test.rb
vit.jonas@gmail.com 2c23d4e1aa * finishing import
git-svn-id: http://redmine-dmsf.googlecode.com/svn/trunk/redmine_dmsf@4 5e329b0b-a2ee-ea63-e329-299493fc886d
2011-05-05 19:29:34 +00:00

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