提交 077ec5a0 编写于 作者: A Aaron Patterson

fixing space errors

上级 da6ce2e2
......@@ -85,8 +85,7 @@ def test_respond_to?
assert !topic.respond_to?("nothingness")
assert !topic.respond_to?(:nothingness)
end
# Syck calls respond_to? before actually calling initialize
def test_respond_to_with_allocated_object
topic = Topic.allocate
......@@ -95,7 +94,6 @@ def test_respond_to_with_allocated_object
assert_respond_to topic, "title"
assert_respond_to topic, :title
end
def test_array_content
topic = Topic.new
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册