From 23bd5d317c8f255bf3ed9001374b99b1e01a5bc4 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Thu, 20 Aug 2015 15:58:36 +0100 Subject: [PATCH] A few extra cases which should not be treated as html. --- .../UnitTests/coffee/FileStore/FileStoreControllerTests.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/test/UnitTests/coffee/FileStore/FileStoreControllerTests.coffee b/services/web/test/UnitTests/coffee/FileStore/FileStoreControllerTests.coffee index 1d24d11957..fd83f73379 100644 --- a/services/web/test/UnitTests/coffee/FileStore/FileStoreControllerTests.coffee +++ b/services/web/test/UnitTests/coffee/FileStore/FileStoreControllerTests.coffee @@ -108,7 +108,7 @@ describe "FileStoreController", -> @controller.getFile @req, @res # None of these should trigger the iOS/html logic - ['x.html-is-rad', 'html.pdf', 'bare'].forEach (filename) -> + ['x.html-is-rad', 'html.pdf', '.html-is-good-for-hidden-files', 'somefile'].forEach (filename) -> describe "with filename as '#{filename}'", -> beforeEach ->