It seems like `SubjectSpek` is pretty broken right...
# spek
r
It seems like
SubjectSpek
is pretty broken right now. When the spec is re-used with
itBehavesLike
the tests themselves use the subject from the original so while it looks like things are working, it’s actually testing the wrong class! Also
on
and
it
get different instances when using the
subject
property so tests can only be very simplistic. Is this known and still under development or should I file an issue on GitHub?