0
我有一些測試失敗的非常簡單的請求,我可以手動驗證應通過。如何讓rspec給我更多有用的輸出?
it { should have_selector('title', text: app_title('Sign in')) }
輸出:
expected css "title" with text "CredSimple - Sign in" to return something
我想RSPEC告訴我它是什麼,除了這條消息,它無法通過測試相遇。有沒有指示我可以用來告訴引擎輸出它看到的頁面? 喜歡的東西:
expected css "title" with text "CredSimple - Sign in" to return something **instead returned text "Wrong Page Title"**