diff --git a/.gitignore b/.gitignore index e69de29..e5aa5b3 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea +*.iml +target \ No newline at end of file diff --git a/README.md b/README.md index e76626a..5570d74 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Fizz Buzz Example in Kotlin with Spek Framework for BDD Style tests +## Fizz Buzz Example in Java 8 using JUnit 5 ### Fizz Buzz is a game where - if the number is divisible by 3, you say Fizz