Skip to content

Fizz Buzz Example in Kotlin with Spek Framework for BDD Style tests

Notifications You must be signed in to change notification settings

manee2k6/kotlin-spek-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fizz Buzz Example in Kotlin with Spek Framework for BDD Style tests

Fizz Buzz is a game where

  • if the number is divisible by 3, you say Fizz
  • if the number is divisible by 5, you say Buzz
  • if neither, you say the number

About

Fizz Buzz Example in Kotlin with Spek Framework for BDD Style tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%