before(:all) { WebMock.disable_net_connect! } after(:all) { WebMock.allow_net_connect! } context "get github api" do it 'repo on GitHub' do uri ...
確定! 回上一頁