X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8238800ebe93f0f67ef359ad51d198642db14edf..4b33f145c7966710e537531261e04d2596159049:/redmine/redmine_publications/test/unit/publication_test.rb?ds=sidebyside diff --git a/redmine/redmine_publications/test/unit/publication_test.rb b/redmine/redmine_publications/test/unit/publication_test.rb new file mode 100644 index 00000000..ccf8aa40 --- /dev/null +++ b/redmine/redmine_publications/test/unit/publication_test.rb @@ -0,0 +1,10 @@ +require File.dirname(__FILE__) + '/../test_helper' + +class PublicationTest < Test::Unit::TestCase + fixtures :publications + + # Replace this with your real tests. + def test_truth + assert true + end +end