Simply a repository of technical tests I've attempted for future referral, or general Ruby coding practices I want to document.
You'll need Ruby installed (ideally the latest version available) plus the Bundler gem.
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!
Where possible RSpec tests have been written to confirm the behaviour of the solutions.
bundle exec rspec
This is released under the MIT license.
If you don't add a license it's neither free or open!