当我在我的 rails 项目上运行 rspec 时,我收到一条非常烦人的错误消息,尽管之前的代码完全相同。我唯一做的就是添加一个新的 rspec 文件。现在,新的 rspec 文件除了“require 'spec_helper'”之外不包含任何内容,但我仍然收到此消息(以及其他一些消息......):
1) 主页应该有 'Lists' 和 'Students' 链接失败/错误:访问 home_path NameError: undefined local variable or method
home_path' for > #<RSpec::Core::ExampleGroup::Nested_2:0x00000004c455a0> # ./spec/requests/homes_spec.rb:5:in
block (2 levels) in '
我不知道现在该怎么办。有谁知道这是怎么回事?
谢谢