Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/avh4/netlocal-spec

Test suite for netlocal, a command line tool to mock network services
https://github.com/avh4/netlocal-spec

Last synced: 8 days ago
JSON representation

Test suite for netlocal, a command line tool to mock network services

Awesome Lists containing this project

README

        

This is a test suite for netlocal, a command line tool to mock network services. It requires ruby and bundler. You will also need an implementation of netlocal to test (currently, only [avh4/netlocal-js](http://github.com/avh4/netlocal-js)).

```bash
bundle
# Start the netlocal implementation that you want to test on port 9999
rspec
```

## Development commands

- Bootstrap: `bundle`
- Build: `rbeautify -O spec/*.rb`