summaryrefslogtreecommitdiff
path: root/ruby_1_8_6/test/erb/hello.erb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_6/test/erb/hello.erb')
-rw-r--r--ruby_1_8_6/test/erb/hello.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby_1_8_6/test/erb/hello.erb b/ruby_1_8_6/test/erb/hello.erb
deleted file mode 100644
index d5ebcb73b9..0000000000
--- a/ruby_1_8_6/test/erb/hello.erb
+++ /dev/null
@@ -1,4 +0,0 @@
-= hello
-<% 3.times do |n| %>
-* <%= n %>
-<% end %>