Skip to content

Instantly share code, notes, and snippets.

@alexanderfrankel
Last active December 28, 2015 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanderfrankel/0b93ec761c9c3503c549 to your computer and use it in GitHub Desktop.
Save alexanderfrankel/0b93ec761c9c3503c549 to your computer and use it in GitHub Desktop.
testing-in-kama-describe-only.js
describe.only('selecting a grade', function() {
beforeEach(function() {
$scope.selectGrade("third");
});
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment