pavry / test-task-skeleton

Repository for test task for Ruby Internship 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test task skeleton

Repository for test task for Ruby Internship 2022

As participant you should fork this repository, add needed code in file test_skeleton.rb and create contribute request to main repository.

How to fork repository

how to fork

Beforehand you should install Ruby 2.7 and gem Rspec (gem install rspec). Tests should be passed before creating contribute request. For running tests you should run rspec in directory of repository

If you will try run rspec after cloning repository to local directory you will get this

failed run

Then you should add correct code here

code

and after that number of failures should decrease, repeat this until you all tests will be passed

success

After that you could create contribute pull request or just send link of repository

contribute

Then you need to sign up form here and wait for response from our HR specialist

List of tasks to implement(All credits to https://codewars.com):

About

Repository for test task for Ruby Internship 2022


Languages

Language:Ruby 100.0%