标签: ruby rspec ruby-1.9.3
在rspec测试中,我必须检查我的类方法是私有的还是公共的。我怎么能这样做?
答案 0 :(得分:2)
尝试:
expect(MyClass.private_methods).to include :my_method