Skip to content

Instantly share code, notes, and snippets.

@smcabrera
Created December 16, 2015 20:23
Show Gist options
  • Select an option

  • Save smcabrera/5f49d167832df3379e2e to your computer and use it in GitHub Desktop.

Select an option

Save smcabrera/5f49d167832df3379e2e to your computer and use it in GitHub Desktop.

it('asserts that it is what it is', function() { var itIs = true whatItIs = true expect(itIs).toequal(whatItIs); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment