Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unique-thinker/mars-rover
https://github.com/unique-thinker/mars-rover
rspec ruby
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/unique-thinker/mars-rover
- Owner: unique-thinker
- Created: 2022-08-28T00:47:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T00:48:46.000Z (over 2 years ago)
- Last Synced: 2024-05-10T22:01:58.726Z (9 months ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions
**Requirements:**
- **Ruby** 3.1.2
##### 1. Run Rspec
```bash
rspec
```
##### 2. Test code and pass args inputs```bash
ruby ./src/execute.rb --first_args '3 3 E' --second_args 'MMRMMRMRRM'
```