An open API service indexing awesome lists of open source software.

https://github.com/serpapi/spec-builder

Run all tests for SerpApi.com
https://github.com/serpapi/spec-builder

Last synced: 4 months ago
JSON representation

Run all tests for SerpApi.com

Awesome Lists containing this project

README

          

# Spec Builder

This is a set of CLI tools to help run all tests on SerpApi.com

## Batch Git Commands
- Clone all tests repositories: `./git_clone_all`
- Pull all tests repositories: `./git_pull_all`
- Push all tests repositories: `./git_push_all`

## Installation
- Install RSpec: `bundle`

## Run Tests
- Run all tests: `bundle exec rspec .`