RSpec is broken for ruby =>
No context method error if you try to implement a context
And without it expect method fails with no expect method within Main object.
Also tried to Rspec.describe => undefined RSpec module or class.
That's a shame ... :/
It doesn't seem like there's an issue if you use correct approach, but there's many issues raised below that could probably guide you to solving this. (keep in mind that most of them are incorrect and should be closed, otherwise how would thousands of users be able to solve it?)
RSpec is broken for ruby =>
No
context
method error if you try to implement a contextAnd without it
expect
method fails with no expect method within Main object.Also tried to Rspec.describe => undefined RSpec module or class.
That's a shame ... :/
It doesn't seem like there's an issue if you use correct approach, but there's many issues raised below that could probably guide you to solving this. (keep in mind that most of them are incorrect and should be closed, otherwise how would thousands of users be able to solve it?)
Incorrect test cases, please fix for python.
Testing.page_index()
item_index = 0, should return -1 not 0
item_index = 24 shoud return 2 not -1
Thank you for the suggestion,
I have tried your first suggestion:
got
s: More progress part1: More ess part2: pro
should return
false
, and my function returningfalse
, but still getting error..
I got error in python
codewars is not 2xcode
Please exaplain the error, not able to understand
I have paased all the tests except above one error.
I had also issue with false.....
thank you for the suggestion,
Congrats to your first kata! But you should add random tests.