Sha256: d38e7c203cf46c3562938d428e47bf1490f65977e33c76b18583a5fa41ad5408
Contents?: true
Size: 256 Bytes
Versions: 2
Compression:
Stored size: 256 Bytes
Contents
require 'spec_helper' describe 'External request' do it 'should call crowdin api' do uri = URI('https://api.crowdin.com//api/project/123/supported-languages') response = JSON.load(Net::HTTP.get(uri)) expect(response).to eq([{}]) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
crowdin-api-0.2.7 | spec/features/external_request_spec.rb |
crowdin-api-0.2.6 | spec/features/external_request_spec.rb |