when I run the gradle `test` task, I get a html re...
# spek
p
when I run the gradle
test
task, I get a html report that has every
Given
,
When
and
Then
, like this:
Copy code
Given: an ldClient that always returns true	0.349s	passed
Given: an ldClient that always returns true	0.036s	passed
Then: it will return the flag	0.037s	passed
Then: will return the flag	0.024s	passed
When: a location boolean flag is fetched	0.008s	passed
When: a user boolean flag is fetched	0.008s	passed