0
我如何使用Rspec來覆蓋下面的方法?Rspec模型規範
def validate
if !self.response.blank? && !self.response.match("<").nil?
self.errors.add :base, 'Please ensure that Response field do not contain HTML(<and>) tags'
end
end
任何人都可以幫忙嗎?
人們會更傾向於幫助你,如果你接受幫助的答案,你以前的問題 - 它是好的,方便的方式來支付社區回來,這也將幫助有類似問題的人爲他們找到解決方案 – Vladimir 2010-08-02 11:24:32