Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!