diff options
author | claudiob <claudiob@gmail.com> | 2014-12-01 11:52:24 -0800 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2014-12-01 11:52:24 -0800 |
commit | 6a9f8924ea1679923f1d325b34d2db8452581c32 (patch) | |
tree | c97cbfe5e96576e96412ff04491b18d9f9a0641a /actionview | |
parent | e47b523fae8680d71178297f7e913099430d5f2a (diff) | |
download | rails-6a9f8924ea1679923f1d325b34d2db8452581c32.tar.gz rails-6a9f8924ea1679923f1d325b34d2db8452581c32.tar.bz2 rails-6a9f8924ea1679923f1d325b34d2db8452581c32.zip |
Remove unused AV/test/fixtures/blog_public
The fixtures were added to support StaticTests in 401cd97 but
those tests were then removed in d5ad92ce.
If Travis CI is happy with this PR, then you can be sure that
those fixtures are not needed anymore.
Diffstat (limited to 'actionview')
4 files changed, 0 insertions, 4 deletions
diff --git a/actionview/test/fixtures/blog_public/.gitignore b/actionview/test/fixtures/blog_public/.gitignore deleted file mode 100644 index 312e635ee6..0000000000 --- a/actionview/test/fixtures/blog_public/.gitignore +++ /dev/null @@ -1 +0,0 @@ -absolute/* diff --git a/actionview/test/fixtures/blog_public/blog.html b/actionview/test/fixtures/blog_public/blog.html deleted file mode 100644 index 79ad44c010..0000000000 --- a/actionview/test/fixtures/blog_public/blog.html +++ /dev/null @@ -1 +0,0 @@ -/blog/blog.html
\ No newline at end of file diff --git a/actionview/test/fixtures/blog_public/index.html b/actionview/test/fixtures/blog_public/index.html deleted file mode 100644 index 2de3825481..0000000000 --- a/actionview/test/fixtures/blog_public/index.html +++ /dev/null @@ -1 +0,0 @@ -/blog/index.html
\ No newline at end of file diff --git a/actionview/test/fixtures/blog_public/subdir/index.html b/actionview/test/fixtures/blog_public/subdir/index.html deleted file mode 100644 index 517bded335..0000000000 --- a/actionview/test/fixtures/blog_public/subdir/index.html +++ /dev/null @@ -1 +0,0 @@ -/blog/subdir/index.html
\ No newline at end of file |