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