我正在將測試單元中的測試重新寫入Rspec/capybara,我只是想弄清楚正確的語法。我想打root_path並檢查是否有一個指向'/'的鏈接(在標題中)。 老試驗的相關部分是: test 'layout links' do
get root_path
assert_select 'a[href=?]', root_path, count: 1
end
我可以使用測試使
我用一個簡單的測試 require "rails_helper"
RSpec.feature "Home page", :type => :feature do
scenario "When a user visit it" do
visit "/"
expect(page).to have_css('article', count: 10)
end
end
在我
我正在爲RSpec測試編寫視圖並在嘗試填寫文本字段時出現以下錯誤。 1) coordinators/new.html.erb populate page name text entry field filled checks for presence of filled in text field
Failure/Error: fill_in "coordinator_name", with: