Commit 856b15e1a4ea801d522acad53e3ed578ba4bbbb7

Authored by Leandro Santos
1 parent 71d165a6

fixing unit tests of ckeditor plugin

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
plugins/ckeditor_content/test/test_helper.rb
1 1 require File.dirname(__FILE__) + '/../../../test/test_helper'
  2 +
  3 +def assert_subclass(parent, child)
  4 + assert_equal parent, child.superclass, "Class #{child} expected to be a subclass of #{parent}"
  5 +end
... ...