diff options
author | claudiob <claudiob@gmail.com> | 2013-09-12 01:08:10 -0700 |
---|---|---|
committer | claudiob <claudiob@gmail.com> | 2013-09-12 01:09:32 -0700 |
commit | d17333d10c9dde426a741dc4cd7493ced01e5526 (patch) | |
tree | 9c1227e5bdb3d30cee816148f4904606bd3aafb1 /actionmailer/test/fixtures/raw_email13 | |
parent | af9caae9eb665e1a54e05a48a3fcda5b438a28a7 (diff) | |
download | rails-d17333d10c9dde426a741dc4cd7493ced01e5526.tar.gz rails-d17333d10c9dde426a741dc4cd7493ced01e5526.tar.bz2 rails-d17333d10c9dde426a741dc4cd7493ced01e5526.zip |
Remove unused raw email fixtures
The tests that used the raw_email_* fixtures were removed in d500ad3
Diffstat (limited to 'actionmailer/test/fixtures/raw_email13')
-rw-r--r-- | actionmailer/test/fixtures/raw_email13 | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/actionmailer/test/fixtures/raw_email13 b/actionmailer/test/fixtures/raw_email13 deleted file mode 100644 index 7d9314e36a..0000000000 --- a/actionmailer/test/fixtures/raw_email13 +++ /dev/null @@ -1,29 +0,0 @@ -Mime-Version: 1.0 (Apple Message framework v730) -Content-Type: multipart/mixed; boundary=Apple-Mail-13-196941151 -Message-Id: <9169D984-4E0B-45EF-82D4-8F5E53AD7012@example.com> -From: foo@example.com -Subject: testing -Date: Mon, 6 Jun 2005 22:21:22 +0200 -To: blah@example.com - - ---Apple-Mail-13-196941151 -Content-Transfer-Encoding: quoted-printable -Content-Type: text/plain; - charset=ISO-8859-1; - delsp=yes; - format=flowed - -This is the first part. - ---Apple-Mail-13-196941151 -Content-Type: text/x-ruby-script; name="hello.rb" -Content-Transfer-Encoding: 7bit -Content-Disposition: attachment; - filename="api.rb" - -puts "Hello, world!" -gets - ---Apple-Mail-13-196941151-- - |