aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2008-02-08 22:33:17 +0000
committerMarcel Molina <marcel@vernix.org>2008-02-08 22:33:17 +0000
commit3d1a30bc595b14820a7da60af39ff2d6f2a503e3 (patch)
tree01ffc122c3c47267d764c9ddef7ae0f7ebbc142f /actionpack/test
parentc848c4c6217d825514fe96b37c17ac446a9cd779 (diff)
downloadrails-3d1a30bc595b14820a7da60af39ff2d6f2a503e3.tar.gz
rails-3d1a30bc595b14820a7da60af39ff2d6f2a503e3.tar.bz2
rails-3d1a30bc595b14820a7da60af39ff2d6f2a503e3.zip
Ooops. Add fixture partials for last commit
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8823 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/fixtures/customers/_customer.html.erb1
-rw-r--r--actionpack/test/fixtures/topics/_topic.html.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/customers/_customer.html.erb b/actionpack/test/fixtures/customers/_customer.html.erb
new file mode 100644
index 0000000000..483571e22a
--- /dev/null
+++ b/actionpack/test/fixtures/customers/_customer.html.erb
@@ -0,0 +1 @@
+<%= greeting %>: <%= customer.name %> \ No newline at end of file
diff --git a/actionpack/test/fixtures/topics/_topic.html.erb b/actionpack/test/fixtures/topics/_topic.html.erb
new file mode 100644
index 0000000000..98659ca098
--- /dev/null
+++ b/actionpack/test/fixtures/topics/_topic.html.erb
@@ -0,0 +1 @@
+<%= topic.title %> \ No newline at end of file