1 2 3 4 5 6 7 8
require File.dirname(__FILE__) + '/../../../test_helper' class Redmine::PluginTest < Test::Unit::TestCase def test_sanity assert true end end