Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avh4/netlocal-spec
- Owner: avh4
- Created: 2014-02-28T07:03:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T19:26:57.000Z (almost 9 years ago)
- Last Synced: 2024-10-27T12:06:25.014Z (about 2 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`