我嘗試使用webmock對地理編碼HTTP請求進行存根。 但我總是得到這樣的錯誤: NoMethodError: undefined method `[]' for nil:NilClass context "geocoding" do
before :each do
@user = Fabricate :user
stub_request(:get, /.*yb
我正在使用rspec和webmock,並且正在研究stubbing請求。我嘗試使用正則表達式來匹配URI時遇到問題。 一切工作正常,當我用下面的存根,沒有匹配特定URI (/.*/) it "returns nil and stores an error when the response code is not OK" do
stub_request(:get, /.*/).