Sha256: b8d26e8ba445a89670cfd296b693cee899b1b99aab727949f14981152b4f9093
Contents?: true
Size: 432 Bytes
Versions: 5
Compression:
Stored size: 432 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 sed -i 's~@base_url@~'"${BASE_URL}"'~g' testConfig.json sed -i 's~@async_base_url@~'"${BASE_ASYNC_URL}"'~g' testConfig.json sed -i 's~@base_auth_url@~'"${BASE_AUTH_URL}"'~g' testConfig.json mkdir testResults rspec spec --format RspecJunitFormatter --out testResults/rspec.xml
Version data entries
5 entries across 5 versions & 1 rubygems