Skip to content

squareteam/spec-this-not-that-kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spec This, Not That!

The goal of this kata is to write an Rspec version of the TTNT gem.

TTNT, which is short for Test This Not That, makes it possible to run the tests only for the changes made by the latest commit.

This is a two step process : first a spec to code mapping is generated, and then the git diff is used to know which

You can start by implementing the methods defined in lib/stnt.rb. They are a guideline, you can change them if you want to

You can use the specs given in the sample project to test out your solution.

Happy coding!

About

A kata to write an Rspec version of Test This Not That https://github.com/Genki-S/ttnt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.6%
  • HTML 5.4%