Skip to content

Commit

Permalink
JUnit 5 in Java 8 using Fizz Buzz example
Browse files Browse the repository at this point in the history
  • Loading branch information
TechPrimers committed Jun 4, 2017
1 parent d5be8f6 commit 167b445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea
*.iml
target
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 167b445

Please sign in to comment.