mirror of
https://github.com/redmine/redmine.git
synced 2025-10-30 09:56:20 +01:00
Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22016 e93f8b46-1217-0410-a6f0-8f06a7374b81
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
require_relative '../test_helper'
|
|
|
|
class <%= @controller_class %>ControllerTest < ActionController::TestCase
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|