https://github.com/stainless-api/ruby-interview
https://github.com/stainless-api/ruby-interview
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stainless-api/ruby-interview
- Owner: stainless-api
- Created: 2025-02-24T17:00:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T15:36:12.000Z (over 1 year ago)
- Last Synced: 2025-08-10T00:36:56.239Z (10 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruby-interview
A ready-to-go repo for job interviews that has:
Ruby
minitest
rspec-expectations
rubocop
an example source file + test
## Getting started
- Clone this repo to your computer
- Run `bundle` to install the dependencies
- Run `rake test` to start the test runner