This file contains 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
<!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> |