Nuevo plugin Redmine Glossary 0.9.2

This commit is contained in:
Manuel Cillero 2019-01-29 19:42:59 +01:00
parent 5d298a7529
commit 693eb3ee50
72 changed files with 2962 additions and 0 deletions

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class GlossaryStyleTest < ActiveSupport::TestCase
fixtures :glossary_styles
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class GrossaryStyleTest < ActiveSupport::TestCase
fixtures :grossary_styles
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class TermCategoryTest < ActiveSupport::TestCase
fixtures :term_categories
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class TermQueryTest < ActiveSupport::TestCase
fixtures :term_queries
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -0,0 +1,10 @@
require File.dirname(__FILE__) + '/../test_helper'
class TermTest < ActiveSupport::TestCase
fixtures :terms
# Replace this with your real tests.
def test_truth
assert true
end
end