Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 983 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 983 Bytes

Tech test

Simply a repository of technical tests I've attempted for future referral, or general Ruby coding practices I want to document.

Pre-requisites

You'll need Ruby installed (ideally the latest version available) plus the Bundler gem.

Installation

Clone the repository, copying the project into a working directory

git clone https://github.com/Cruikshanks/tech-tests.git
cd tech-tests

Then run the following command

bundle install

Bundler will download everything needed for the project. Once complete you're good to go!

Execution

Where possible RSpec tests have been written to confirm the behaviour of the solutions.

bundle exec rspec

License

This is released under the MIT license.

If you don't add a license it's neither free or open!