Mercurial > hg > soundsoftware-site
view .svn/pristine/51/511d1a9b54cc17e8e6be5b0543b0c534e10de28e.svn-base @ 1280:bdecc47b65b8 redmine-2.2-integration
added missing route for autocomplete.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 10 May 2013 17:50:56 +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