From 948ebb242490092c5a7e187c3b7813134b047d5e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 23 Jun 2015 20:47:46 -0400 Subject: Improve assets loading: remove http call to load task colors and async load of app.js --- tests/units/AclTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/units') diff --git a/tests/units/AclTest.php b/tests/units/AclTest.php index c74a90ca..72c897c0 100644 --- a/tests/units/AclTest.php +++ b/tests/units/AclTest.php @@ -37,7 +37,6 @@ class AclTest extends Base $acl = new Acl($this->container); $this->assertTrue($acl->isPublicAction('board', 'readonly')); $this->assertFalse($acl->isPublicAction('board', 'show')); - $this->assertTrue($acl->isPublicAction('app', 'colors')); $this->assertTrue($acl->isPublicAction('feed', 'project')); $this->assertTrue($acl->isPublicAction('feed', 'user')); } -- cgit v1.2.3