Nuevo plugin Redmine Questions 0.0.7 light
This commit is contained in:
parent
c5b56fffec
commit
7de6fb4627
51 changed files with 2162 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
class QuestionsControllerTest < ActionController::TestCase
|
||||
# Replace this with your real tests.
|
||||
def test_truth
|
||||
assert true
|
||||
end
|
||||
end
|
2
plugins/redmine_questions/test/test_helper.rb
Normal file
2
plugins/redmine_questions/test/test_helper.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Load the Redmine helper
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')
|
Loading…
Add table
Add a link
Reference in a new issue