【发布时间】:2013-12-25 09:39:37
【问题描述】:
型号
validates_length_of :description, :maximum => 255, :allow_nil => true
规范文件
it { should ensure_length_of(:description).is_at_most(255).allow_nil }
返回异常
Failure/Error: it { should ensure_length_of(:description).is_at_most(255).allow_nil }
NoMethodError:
undefined method `allow_nil' for #<Shoulda::Matchers::ActiveModel::EnsureLengthOfMatcher:0x0000000acb03e0>
请帮忙!
【问题讨论】:
标签: ruby-on-rails rspec shoulda