diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-02-17 15:43:02 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2011-02-17 15:43:02 +0000 |
commit | 4a239ae108a834cc5e73b8b9ab53cd30b4f8dd52 (patch) | |
tree | 79f4a21c97866d96c17af57e6359edf99a7d6209 | |
parent | 313a75e7b8ff3378655f05892e289a86dac9a1c8 (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 |