Navigation Menu

Skip to content

Commit

Permalink
test: rename Plugin to LegacyPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 7, 2014
1 parent bf2fe7e commit 072182a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/test_plugin.rb → test/unit/test_legacy_plugin.rb
Expand Up @@ -13,11 +13,11 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

require "droonga/plugin"
require "droonga/legacy_plugin"

class PluginTest < Test::Unit::TestCase
class LegacyPluginTest < Test::Unit::TestCase
class PluggableTest < self
class DummyTypePlugin < Droonga::Plugin
class DummyTypePlugin < Droonga::LegacyPlugin
extend Droonga::PluginRegisterable
end

Expand Down

0 comments on commit 072182a

Please sign in to comment.