gpt4 book ai didi

ruby-on-rails - 应该匹配器 : undefined method `is_at_least' for :last_name:Symbol

转载 作者:行者123 更新时间:2023-11-28 21:10:23 24 4
gpt4 key购买 nike

我正在尝试验证 first_name 的长度:

 it { should ensure_length_of (:first_name).is_at_least(2)}

但是出现错误:

Shoulda Matchers: undefined method `is_at_least' for :last_name:Symbol

在这种情况下,我无法在文档中找到很多关于正确语法的信息。

最佳答案

空间很重要!方法与其参数之间不应有空格。

it { should ensure_length_of(:first_name).is_at_least(2)}

你所拥有的被解释为:

it { should ensure_length_of( (:first_name).is_at_least(2) )}

关于ruby-on-rails - 应该匹配器 : undefined method `is_at_least' for :last_name:Symbol,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32722258/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com