Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmks/coding_assignment
https://github.com/jmks/coding_assignment
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmks/coding_assignment
- Owner: jmks
- Created: 2016-10-31T16:23:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T16:28:30.000Z (about 8 years ago)
- Last Synced: 2024-11-27T19:50:54.513Z (2 months ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ruby Runtime
* `ruby` version `2.2.4`
* `rspec` version `3.5.0`Also available in the `Gemfile`.
## Install
```
$ bundle install
```## Testing
```
$ bundle exec rspec
```