Skip to content

A repo of technical tests I've attempted for future referral, or general coding practices I want to document

License

Notifications You must be signed in to change notification settings

Cruikshanks/tech-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A repo of technical tests I've attempted for future referral, or general coding practices I want to document

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages