Skip to content

Commit

Permalink
Add "Beastlord" fight style to automated testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
navv1234 committed Jul 18, 2016
1 parent 1941f1e commit 3c0dc13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/enemies.bats
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ load test_helper
[ "${status}" -eq 0 ]
}

@test "Test Beastlord style encounter" {
sim threads=2 fight_style=Beastlord
[ "${status}" -eq 0 ]
}

0 comments on commit 3c0dc13

Please sign in to comment.