##// END OF EJS Templates
Added test stubs for testing the Plugin API
Eric Davis -
r1702:d6808130dcfe
parent child
Show More
@@ -0,0 +1,13
1 require File.dirname(__FILE__) + '/../../../test_helper'
2
3 class Redmine::Plugin::Hook::ManagerTest < Test::Unit::TestCase
4 def test_sanity
5 assert true
6 end
7 end
8
9 class Redmine::Plugin::Hook::BaseTest < Test::Unit::TestCase
10 def test_sanity
11 assert true
12 end
13 end
@@ -0,0 +1,8
1 require File.dirname(__FILE__) + '/../../../test_helper'
2
3 class Redmine::PluginTest < Test::Unit::TestCase
4 def test_sanity
5 assert true
6 end
7 end
8
General Comments 0
You need to be logged in to leave comments. Login now