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

fixing space errors

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