diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-02-17 15:43:02 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-03-10 10:47:44 +0000 |
commit | a984a4726625d98bc1b7e55f59b25794e2429076 (patch) | |
tree | 27f2463f5ba8938e61eecaee40a9da6152471abe | |
parent | 8562cb79b97d7f62b8267f102cd9ec8eb73aa8f1 (diff) |
Adding missing framework fixtures - presumably the victims of a .gitignore somewhere along the line
3 files changed, 3 insertions, 0 deletions
diff --git a/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.en.html.erb~ b/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.en.html.erb~ new file mode 100644 index 000000000..d00995038 --- /dev/null +++ b/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.en.html.erb~ @@ -0,0 +1 @@ +Don't render me!
\ No newline at end of file diff --git a/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.erb~ b/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.erb~ new file mode 100644 index 000000000..d00995038 --- /dev/null +++ b/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.erb~ @@ -0,0 +1 @@ +Don't render me!
\ No newline at end of file diff --git a/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.html.erb~ b/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.html.erb~ new file mode 100644 index 000000000..d00995038 --- /dev/null +++ b/vendor/rails/actionpack/test/fixtures/test/malformed/malformed.html.erb~ @@ -0,0 +1 @@ +Don't render me!
\ No newline at end of file |