Browse Source

Fix test name

pull/108/head
Diana Shkolnikov 10 years ago
parent
commit
4f1b75ce94
  1. 2
      test/unit/controller/index.js

2
test/unit/controller/index.js

@ -32,7 +32,7 @@ module.exports.tests.info_json = function(test, common) {
};
module.exports.tests.info_html = function(test, common) {
test('returns server info in json', function(t) {
test('returns server info in html', function(t) {
var controller = setup();
var req = {
accepts: function () {

Loading…
Cancel
Save