From 1ef12fd1727909f7a33fd7f2d750d48d7f9b47e9 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Mon, 20 Feb 2012 04:46:45 +0000 Subject: Remove fixture files with Windows incompatible filenames Windows doesn't allow `\ / : * ? " < > |` in filenames so create the fixture files at runtime and ignore the incompatible ones when running on Windows. --- actionpack/test/fixtures/public/foo/foo!bar.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 actionpack/test/fixtures/public/foo/foo!bar.html (limited to 'actionpack/test/fixtures/public/foo/foo!bar.html') diff --git a/actionpack/test/fixtures/public/foo/foo!bar.html b/actionpack/test/fixtures/public/foo/foo!bar.html deleted file mode 100644 index 2928f2717f..0000000000 --- a/actionpack/test/fixtures/public/foo/foo!bar.html +++ /dev/null @@ -1 +0,0 @@ -/foo/foo!bar.html \ No newline at end of file -- cgit v1.2.3