diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2014-12-02 02:28:08 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2014-12-02 02:28:08 -0200 |
commit | 72f4c7af10b7fed88604f73f13d5e66046d38fbd (patch) | |
tree | 7f3e6a1b2e19b78b4a18b248551dffda5c6a9847 /actionview/test | |
parent | 64d90c470bb92d4e1de32fce89a26cf87eae516d (diff) | |
parent | 6a9f8924ea1679923f1d325b34d2db8452581c32 (diff) | |
download | rails-72f4c7af10b7fed88604f73f13d5e66046d38fbd.tar.gz rails-72f4c7af10b7fed88604f73f13d5e66046d38fbd.tar.bz2 rails-72f4c7af10b7fed88604f73f13d5e66046d38fbd.zip |
Merge pull request #17871 from claudiob/remove-unused-blog-public-fixtures
Remove unused AV/test/fixtures/blog_public
Diffstat (limited to 'actionview/test')
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 |