Skip to content

Instantly share code, notes, and snippets.

@sionjlewis
Created June 24, 2015 15:49
Show Gist options
  • Save sionjlewis/36dcc530997b7a5c8ec3 to your computer and use it in GitHub Desktop.
Save sionjlewis/36dcc530997b7a5c8ec3 to your computer and use it in GitHub Desktop.
Added a SpecRunner View
<link rel="shortcut icon" type="image/png" href="/Content/jasmine/jasmine_favicon.png">
@Styles.Render("~/Content/jasmine/jasmine.css")
@Scripts.Render("~/Scripts/jasmine/jasmine.js")
@Scripts.Render("~/Scripts/jasmine/jasmine-html.js")
@Scripts.Render("~/Scripts/jasmine/boot.js")
@Scripts.Render("~/Scripts/jquery-1.10.2.js")
@Scripts.Render("~/Scripts/knockout-3.2.0.debug.js")
@Scripts.Render("~/Scripts/jasmine/jasmine.js")
@Scripts.Render("~/Scripts/jasmine/helpers/jasmine-jquery.js")
@Scripts.Render("~/Scripts/jasmine/helpers/jasmine-jquery.js") ​
<!-- include spec files here... -->​
<!-- include source files here... -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment