summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/erb/test_erb_command.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/erb/test_erb_command.rb b/test/erb/test_erb_command.rb
index a21feb004d..abc8fdbe25 100644
--- a/test/erb/test_erb_command.rb
+++ b/test/erb/test_erb_command.rb
@@ -3,7 +3,8 @@ require 'test/unit'
class TestErbCommand < Test::Unit::TestCase
def test_var
- assert_in_out_err([File.expand_path("../../../bin/erb", __FILE__),
+ assert_in_out_err(["-w",
+ File.expand_path("../../../bin/erb", __FILE__),
"var=hoge"],
"<%=var%>", ["hoge"])
end