Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created October 22, 2014 15:57
Show Gist options
  • Save asicfr/08d78fd8b077faf79bc9 to your computer and use it in GitHub Desktop.
Save asicfr/08d78fd8b077faf79bc9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="http://jasmine.github.io/2.0/lib/jasmine.js" type="text/javascript">
<script src="http://jasmine.github.io/2.0/lib/jasmine-html.js" type="text/javascript">
<script src="http://jasmine.github.io/2.0/lib/boot.js" type="text/javascript">
<link href="http://jasmine.github.io/2.0/lib/jasmine.css" type="text/css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.js" type="text/javascript">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular-mocks.js" type="text/javascript">
<!-- add your js resources here -->
<!-- add your spec js resources here -->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment