spec/licensee/project_spec.rb [33:40]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      before do
        stub_request(
          :get, "#{api_base}/#{stubbed_org}/#{fixture}/contents/"
        ).to_return(
          status:  200,
          body:    fixture_root_contents_from_api(fixture),
          headers: { 'Content-Type' => 'application/json' }
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/licensee/project_spec.rb [189:196]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        before do
          stub_request(
            :get, "#{api_base}/#{stubbed_org}/#{fixture}/contents/"
          ).to_return(
            status:  200,
            body:    fixture_root_contents_from_api(fixture),
            headers: { 'Content-Type' => 'application/json' }
          )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



