[Rt-commit] rt branch, master, updated. rt-4.2.11-217-gcafcf7c

Dustin Graves dustin at bestpractical.com
Wed Sep 30 16:06:05 EDT 2015


The branch, master has been updated
       via  cafcf7c9a5b01d51081d32961a89c3876ada83d3 (commit)
      from  d50c26c52c29c22cc384d1c604065ade73d1bda5 (commit)

Summary of changes:
 t/web/squish.t | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit cafcf7c9a5b01d51081d32961a89c3876ada83d3
Author: Dustin Graves <dustin at bestpractical.com>
Date:   Wed Sep 30 20:05:31 2015 +0000

    fix t/web/squish.t needing 'undef '

diff --git a/t/web/squish.t b/t/web/squish.t
index 1b97cc4..77745d8 100644
--- a/t/web/squish.t
+++ b/t/web/squish.t
@@ -71,4 +71,5 @@ $m->content_contains('not-by-default.js', "found extra javascript resource");
 $m->content_contains('nottherebutwedontcare.css', "found extra css resource");
 $m->content_contains('jquery_noconflict.js', "found a default js resource");
 
+undef $m;
 done_testing;

-----------------------------------------------------------------------


More information about the rt-commit mailing list