redmine_glossary/test/unit/grossary_style_test.rb @ 30c0592b
| 0819898b | Martin Denizet | 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
|