Skip to content

Ruby test task for LaunchPad Recruits

Notifications You must be signed in to change notification settings

AlexanderKh/pivot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby test task for LaunchPad Recruits.

Requirements

Requirement for this task were to implement the code in accordance to existing specs.

Setup

Please make sure that you have ruby 2.3 or higher installed.

gem install bundler

Once you have Ruby + Bundler installed, you can install the gem dependencies for this test with this command:

bundle install

Then you can start running the tests:

bundle exec rspec

Setup for docker users

docker-compose up

After the image is built you can run:

docker-compose run pivot bundle exec rspec

About

Ruby test task for LaunchPad Recruits

Resources

Stars

Watchers

Forks