TESTS: Use Pretender in test mode for more flexible server responses

This commit is contained in:
Robin Ward
2014-07-31 14:51:10 -04:00
parent fe6235b40e
commit d3cc85c784
13 changed files with 1515 additions and 38 deletions

View File

@ -1,8 +1,6 @@
integration("Header (Anonymous)");
test("header", function() {
expect(14);
visit("/");
andThen(function() {
ok(exists("header"), "is rendered");