view .svn/pristine/51/511d1a9b54cc17e8e6be5b0543b0c534e10de28e.svn-base @ 971:b80f97c892bc cannam

Merge from branch "get_statistics"
author Chris Cannam
date Fri, 19 Oct 2012 14:47:14 +0100
parents cbb26bc654de
children
line wrap: on
line source
require File.join(File.dirname(__FILE__), *%w[.. .. test_helper])

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