Skip to content

Grab a task from Codewars, write your solutions in your terminal and test it locally

Notifications You must be signed in to change notification settings

choosen/codewars-covered-by-unit-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codewars test suite

Codewars is lacking of your own editor So use this repo to make solutions locally

Dependencies

ruby 1.9 >
active_support X.X

How to play it

  • cp -r new_kata NEW_KATA_NAME
  • rename method to required one in solution.rb
  • adjust also method in spec.rb
  • Copy & Paste tests from website into second spec block
  • optionally add your own specs, rename solution.rb into NEW_KATA_NAME.rb
  • beat the Kata
  • test it with ./new_kata/spec.rb or ruby new_kata/spec.rb or rake after changing rake file

Example

example is presented in /prodenum

Image of Yaktocat

GL

About

Grab a task from Codewars, write your solutions in your terminal and test it locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages