Skip to content

Instantly share code, notes, and snippets.

@shturm
shturm / index.html
Last active September 1, 2015 14:51 — forked from anonymous/index.html
Ember Testing - Fixtures/Mockjax. Source from: http://jsbin.com/yurope/6
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Ember testing approaches">
<meta charset="utf-8">
<title>Ember Testing</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.js"></script>
<script src="http://builds.emberjs.com/tags/v1.10.0/ember-template-compiler.js"></script>