From 856b15e1a4ea801d522acad53e3ed578ba4bbbb7 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Mon, 17 Aug 2015 16:22:49 -0300 Subject: [PATCH] fixing unit tests of ckeditor plugin --- plugins/ckeditor_content/test/test_helper.rb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/plugins/ckeditor_content/test/test_helper.rb b/plugins/ckeditor_content/test/test_helper.rb index cca1fd3..b25011a 100644 --- a/plugins/ckeditor_content/test/test_helper.rb +++ b/plugins/ckeditor_content/test/test_helper.rb @@ -1 +1,5 @@ require File.dirname(__FILE__) + '/../../../test/test_helper' + +def assert_subclass(parent, child) + assert_equal parent, child.superclass, "Class #{child} expected to be a subclass of #{parent}" +end -- libgit2 0.21.2