Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cruikshanks/tech-tests
A repo of technical tests I've attempted for future referral, or general coding practices I want to document
https://github.com/cruikshanks/tech-tests
Last synced: 4 days ago
JSON representation
A repo of technical tests I've attempted for future referral, or general coding practices I want to document
- Host: GitHub
- URL: https://github.com/cruikshanks/tech-tests
- Owner: Cruikshanks
- License: mit
- Created: 2016-07-13T14:43:21.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T20:34:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T12:10:35.389Z (about 2 months ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech test
Simply a repository of technical tests I've attempted for future referral, or general [Ruby](https://www.ruby-lang.org/en/) coding practices I want to document.
## Pre-requisites
You'll need [Ruby](https://www.ruby-lang.org/en/) installed (ideally the latest version available) plus the [Bundler](http://bundler.io/) gem.
## Installation
Clone the repository, copying the project into a working directory
```bash
git clone https://github.com/Cruikshanks/tech-tests.git
cd tech-tests
```Then run the following command
```bash
bundle install
```[Bundler](http://bundler.io/) will download everything needed for the project. Once complete you're good to go!
## Execution
Where possible [RSpec](http://rspec.info/) tests have been written to confirm the behaviour of the solutions.
```bash
bundle exec rspec
```## License
This is released under the [MIT license](https://opensource.org/licenses/MIT).
> If you don't add a license it's neither free or open!