diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-25 14:57:15 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-09-25 14:57:15 +0000 |
commit | 55a9c86e6228b4286df7fb59c326832b57aa0f54 (patch) | |
tree | 5cd73301e18bdbd5a03d50d42a3164a323dbe133 /actionpack/test/fixtures/respond_to | |
parent | 3b98b685163be795e3156ce75d5083689c137dd8 (diff) | |
download | rails-55a9c86e6228b4286df7fb59c326832b57aa0f54.tar.gz rails-55a9c86e6228b4286df7fb59c326832b57aa0f54.tar.bz2 rails-55a9c86e6228b4286df7fb59c326832b57aa0f54.zip |
Added failing tests for iphone
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7629 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures/respond_to')
-rw-r--r-- | actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb b/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb new file mode 100644 index 0000000000..17888ac303 --- /dev/null +++ b/actionpack/test/fixtures/respond_to/iphone_with_html_response_type.iphone.erb @@ -0,0 +1 @@ +Hello iPhone future from <%= @type -%>!
\ No newline at end of file |