diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-01-02 18:46:01 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-01-02 18:46:01 -0600 |
commit | f7ee082bb3cde977a199b81207e5d12e1d7101b3 (patch) | |
tree | 11d4dd259411c9135396e3ba8de11dad35157671 /actionpack/test/fixtures | |
parent | 104898fcb7958bcb69ba0239d6de8aa37f2da9ba (diff) | |
download | rails-f7ee082bb3cde977a199b81207e5d12e1d7101b3.tar.gz rails-f7ee082bb3cde977a199b81207e5d12e1d7101b3.tar.bz2 rails-f7ee082bb3cde977a199b81207e5d12e1d7101b3.zip |
Add failing test for file uploads with unrewindable input
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r-- | actionpack/test/fixtures/multipart/hello.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/multipart/hello.txt b/actionpack/test/fixtures/multipart/hello.txt new file mode 100644 index 0000000000..5ab2f8a432 --- /dev/null +++ b/actionpack/test/fixtures/multipart/hello.txt @@ -0,0 +1 @@ +Hello
\ No newline at end of file |