aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-21 14:36:33 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-21 14:36:33 +0000
commit26238ac1731208949312f4f91d75011a2da30d49 (patch)
tree76ecc29200a0a517f96e5f46f27915df50c97de6 /actionpack
parent16529a92dd6178b5a8a80c91efda796fc2f4d43f (diff)
downloadrails-26238ac1731208949312f4f91d75011a2da30d49.tar.gz
rails-26238ac1731208949312f4f91d75011a2da30d49.tar.bz2
rails-26238ac1731208949312f4f91d75011a2da30d49.zip
Submit missing fixture files
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7524 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/test/fixtures/test/content_for_concatenated.erb3
-rw-r--r--actionpack/test/fixtures/test/content_for_with_parameter.erb2
2 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/content_for_concatenated.erb b/actionpack/test/fixtures/test/content_for_concatenated.erb
new file mode 100644
index 0000000000..fb6b4b05d7
--- /dev/null
+++ b/actionpack/test/fixtures/test/content_for_concatenated.erb
@@ -0,0 +1,3 @@
+<% content_for :title, "Putting stuff "
+ content_for :title, "in the title!" %>
+Great stuff! \ No newline at end of file
diff --git a/actionpack/test/fixtures/test/content_for_with_parameter.erb b/actionpack/test/fixtures/test/content_for_with_parameter.erb
new file mode 100644
index 0000000000..57aecbac05
--- /dev/null
+++ b/actionpack/test/fixtures/test/content_for_with_parameter.erb
@@ -0,0 +1,2 @@
+<% content_for :title, "Putting stuff in the title!" %>
+Great stuff! \ No newline at end of file