mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
TESTS: Use Pretender in test mode for more flexible server responses
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
integration("Header (Anonymous)");
|
||||
|
||||
test("header", function() {
|
||||
expect(14);
|
||||
|
||||
visit("/");
|
||||
andThen(function() {
|
||||
ok(exists("header"), "is rendered");
|
||||
|
Reference in New Issue
Block a user