Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / test / fixtures / test / hello_xml_world.builder
diff --git a/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder b/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder
deleted file mode 100644 (file)
index 02b14fe..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-xml.html do
-  xml.head do
-    xml.title "Hello World"
-  end
-  
-  xml.body do
-    xml.p "abes"
-    xml.p "monks"
-    xml.p "wiseguys"
-  end
-end
\ No newline at end of file