summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/plugin_test.rb
blob: c7d792475d508b6619ad707837a8dc639b94973a (plain)
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