Chris@0: require File.join(File.dirname(__FILE__), *%w[.. .. test_helper]) Chris@0: Chris@0: class OverrideTest < ActiveSupport::TestCase Chris@0: def test_overrides_from_the_application_should_work Chris@0: assert true, "overriding plugin tests from the application should work" Chris@0: end Chris@0: end