Mercurial > hg > soundsoftware-site
annotate .svn/pristine/51/511d1a9b54cc17e8e6be5b0543b0c534e10de28e.svn-base @ 1422:c97b3b9b5c86 biblio_alt_search_auth
changed form_builder - labelled_form_for was not generating validad HTML5 markup.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 16:44:26 +0100 |
parents | cbb26bc654de |
children |
rev | line source |
---|---|
Chris@909 | 1 require File.join(File.dirname(__FILE__), *%w[.. .. test_helper]) |
Chris@909 | 2 |
Chris@909 | 3 class OverrideTest < ActiveSupport::TestCase |
Chris@909 | 4 def test_overrides_from_the_application_should_work |
Chris@909 | 5 assert true, "overriding plugin tests from the application should work" |
Chris@909 | 6 end |
Chris@909 | 7 end |