きゅうりのステップがあります
When /^I go to the Add Suggestions form$/ do
visit new_manage_suggestions_path
end
そしてルート
namespace "manage" do
resource :suggestions
end
rake ルートの出力
manage_suggestions POST /manage suggestions(.:format) manage/suggestions#create
キュウリを実行すると、
undefined method `suggestions_path' for #<#<Class:0x000000064a4768>:0x000000064accd8> (ActionView::Template::Error)
きゅうりはなぜその道を歩もうとしているのですか?
new_manage_suggestions_path
私のアプリでは正常に動作します。それを使用するリンクがあり、正常に動作しています。