it('asserts that it is what it is', function() { var itIs = true whatItIs = true expect(itIs).toequal(whatItIs); });
Created
December 16, 2015 20:23
-
-
Save smcabrera/5f49d167832df3379e2e to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment