To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 51 / 511d1a9b54cc17e8e6be5b0543b0c534e10de28e.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (251 Bytes)

1
require File.join(File.dirname(__FILE__), *%w[.. .. test_helper])
2

    
3
class OverrideTest < ActiveSupport::TestCase
4
  def test_overrides_from_the_application_should_work
5
    assert true, "overriding plugin tests from the application should work"
6
  end
7
end