提交 fc042435 编写于 作者: M Michael Koziarski

Fix ARes tests under jruby. [tom.enebo@gmail.com]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7615 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 2c73115b
...@@ -223,7 +223,7 @@ def test_respond_to ...@@ -223,7 +223,7 @@ def test_respond_to
assert matz.respond_to?(:name) assert matz.respond_to?(:name)
assert matz.respond_to?(:name=) assert matz.respond_to?(:name=)
assert matz.respond_to?(:name?) assert matz.respond_to?(:name?)
assert !matz.respond_to?(:java) assert !matz.respond_to?(:super_scalable_stuff)
end end
def test_find_by_id_with_custom_prefix def test_find_by_id_with_custom_prefix
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册