Sha256: 20ec9acc5a2c33cd2b0178e0828d3842ee95f1a168db00b72cad09f0299fc27f
Contents?: true
Size: 337 Bytes
Versions: 7
Compression:
Stored size: 337 Bytes
Contents
#!/usr/bin/env bash sed -i "s/@your_client_id@/${CLIENT_ID}/g" testConfig.json sed -i "s/@your_client_secret@/${CLIENT_SECRET}/g" testConfig.json if [ -n "$BASE_URL" ] ; then sed -i "s+https://api-qa.aspose.cloud+${BASE_URL}+g" testConfig.json ; fi mkdir testResults rspec spec --format RspecJunitFormatter --out testResults/rspec.xml
Version data entries
7 entries across 7 versions & 1 rubygems