Skip to content

Commit

Permalink
Fixing tests and renaming to formfactor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKinlan committed Apr 2, 2011
1 parent 2cf3188 commit 1ea02a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SpecRunner.html
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="lib/jasmine/jasmine-html.js"></script> <script type="text/javascript" src="lib/jasmine/jasmine-html.js"></script>


<!-- include source files here... --> <!-- include source files here... -->
<script type="text/javascript" src="marshall.js"></script> <script type="text/javascript" src="formfactor.js"></script>


<!-- include spec files here... --> <!-- include spec files here... -->
<script type="text/javascript" src="tests/management.js"></script> <script type="text/javascript" src="tests/management.js"></script>
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions tests/management.js
@@ -1,6 +1,5 @@
describe("management", function() { describe("management", function() {
it("should initialize", function() { it("should initialize", function() {
var m = new marshall(); expect(formfactor).not.toBeNull();
expect(m).not.toBeNull();
}); });
}); });

0 comments on commit 1ea02a3

Please sign in to comment.