I have two tests in my test group. One of the tests use it and the other one uses test. Both of them seem to be working very similarly. What is the dif
it
test
You can replace it() with xit() to temporarily exclude a test from being executed; using it() and xit() is more eloquent then using test() and xit().
see Focusing and Excluding Tests