Last active
December 28, 2015 20:50
-
-
Save alexanderfrankel/0b93ec761c9c3503c549 to your computer and use it in GitHub Desktop.
testing-in-kama-describe-only.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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