我正在尝试对预期路径做出简单的断言。
在我的步骤定义文件中,根据 capybara 文档:
Then /^I should be on the login page/ do
current_path.should == new_session_path
end
这返回
undefined method `new_session_path' for #<Cucumber::Rails::World:0x0000010340b4c0> (NoMethodError)
看起来好像它没有加载路线助手..