diff options
author | Piotr Sarnacki <drogus@gmail.com> | 2012-06-09 18:54:58 +0200 |
---|---|---|
committer | Łukasz Strzałkowski <lukasz.strzalkowski@gmail.com> | 2013-06-20 17:23:16 +0200 |
commit | f12109448ba61c86788820615dfdd8b6bce4a39b (patch) | |
tree | 77a5013ba2eb96568f816b8f621f1ddc66948524 /actionview/test/fixtures/public | |
parent | b01331e39291f3781b8cc07233633761fefe73bc (diff) | |
download | rails-f12109448ba61c86788820615dfdd8b6bce4a39b.tar.gz rails-f12109448ba61c86788820615dfdd8b6bce4a39b.tar.bz2 rails-f12109448ba61c86788820615dfdd8b6bce4a39b.zip |
Remove unneeded test fixtures in AV
Diffstat (limited to 'actionview/test/fixtures/public')
-rw-r--r-- | actionview/test/fixtures/public/404.html | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/public/500.da.html | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/public/500.html | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/public/foo/bar.html | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/public/foo/index.html | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/public/foo/こんにちは.html | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/public/index.html | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/actionview/test/fixtures/public/404.html b/actionview/test/fixtures/public/404.html deleted file mode 100644 index 497397ccea..0000000000 --- a/actionview/test/fixtures/public/404.html +++ /dev/null @@ -1 +0,0 @@ -404 error fixture diff --git a/actionview/test/fixtures/public/500.da.html b/actionview/test/fixtures/public/500.da.html deleted file mode 100644 index a497c13656..0000000000 --- a/actionview/test/fixtures/public/500.da.html +++ /dev/null @@ -1 +0,0 @@ -500 localized error fixture diff --git a/actionview/test/fixtures/public/500.html b/actionview/test/fixtures/public/500.html deleted file mode 100644 index 7c66c7a943..0000000000 --- a/actionview/test/fixtures/public/500.html +++ /dev/null @@ -1 +0,0 @@ -500 error fixture diff --git a/actionview/test/fixtures/public/foo/bar.html b/actionview/test/fixtures/public/foo/bar.html deleted file mode 100644 index 9a35646205..0000000000 --- a/actionview/test/fixtures/public/foo/bar.html +++ /dev/null @@ -1 +0,0 @@ -/foo/bar.html
\ No newline at end of file diff --git a/actionview/test/fixtures/public/foo/index.html b/actionview/test/fixtures/public/foo/index.html deleted file mode 100644 index 497a2e898f..0000000000 --- a/actionview/test/fixtures/public/foo/index.html +++ /dev/null @@ -1 +0,0 @@ -/foo/index.html
\ No newline at end of file diff --git a/actionview/test/fixtures/public/foo/こんにちは.html b/actionview/test/fixtures/public/foo/こんにちは.html deleted file mode 100644 index 1df9166522..0000000000 --- a/actionview/test/fixtures/public/foo/こんにちは.html +++ /dev/null @@ -1 +0,0 @@ -means hello in Japanese diff --git a/actionview/test/fixtures/public/index.html b/actionview/test/fixtures/public/index.html deleted file mode 100644 index 525950ba6b..0000000000 --- a/actionview/test/fixtures/public/index.html +++ /dev/null @@ -1 +0,0 @@ -/index.html
\ No newline at end of file |