Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Dude... this is my exact translation. How come it's come up as your solution...?
Just hid it myself as well. Not sure what changed---perhaps an updated version of Hspec. It appears to work now, let me know if the situation changes.
The
before
as defined inTagless
conflicts with the one defined inHspec
. I fixed it in the Sample Test Cases by just hidingbefore
when importingTest.Hspec
, but I obviously can't do that in your tests, so I am somewhat at a loss when trying to submit.This comment is hidden because it contains spoiler information about the solution
Yeah, you are right. Thanks.
Maybe is my new solution better :)
(isPowerOf4? 12) ;; => true
in your implementation, when 12 is clearly not a power of 4.