我正在尋找關於如何使用rspec和rails執行請求規範(我也看到稱爲「集成測試」)的任何文檔或參考。 頁面here在自述文件中顯示了「請求規範」的片段,這是我想要做的測試(完整堆棧測試)。 describe "widgets resource" do
describe "GET index" do
it "contains the widgets header" do
我是Ruby on Rails中的新手。我剛開始使用Michael Hartl的RoR教程(klick)。我在5.2.1學習Integration_tests。 當我運行rails generate integration_test layout_links它產生rspec的文件,但運行rspec spec當我得到: You have already activated rspec-core 2.
我通過Ruby on Rails的教程3運行,並且有一個球做,但我剛剛遇到的是沒有得到解決的問題。當我運行我的規格時,兩個測試失敗。 Failures:
1) UsersController PUT 'update' failure should render the 'edit' page
Failure/Error: put :update, :id => @user, :