From e8b07dc340441d4d15889cb14ee9f0f00a1ecd30 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 10 Mar 2009 11:19:32 -0500 Subject: Ensure public folder structure is setup correctly if the tests are ran out of order, fixes tests in 0c9bbf8 --- railties/test/fixtures/public/foo/bar.html | 1 + railties/test/fixtures/public/foo/index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 railties/test/fixtures/public/foo/bar.html create mode 100644 railties/test/fixtures/public/foo/index.html (limited to 'railties/test/fixtures/public/foo') diff --git a/railties/test/fixtures/public/foo/bar.html b/railties/test/fixtures/public/foo/bar.html new file mode 100644 index 0000000000..9a35646205 --- /dev/null +++ b/railties/test/fixtures/public/foo/bar.html @@ -0,0 +1 @@ +/foo/bar.html \ No newline at end of file diff --git a/railties/test/fixtures/public/foo/index.html b/railties/test/fixtures/public/foo/index.html new file mode 100644 index 0000000000..497a2e898f --- /dev/null +++ b/railties/test/fixtures/public/foo/index.html @@ -0,0 +1 @@ +/foo/index.html \ No newline at end of file -- cgit v1.2.3