From fae1496eb2431081e7bdbb850bb2fd768d74e016 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 26 May 2012 16:06:14 +0100 Subject: [PATCH] [test,refactor][xs]: rename memory test to memory.test.js. --- test/backend/{memory.js => memory.test.js} | 2 +- test/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename test/backend/{memory.js => memory.test.js} (99%) diff --git a/test/backend/memory.js b/test/backend/memory.test.js similarity index 99% rename from test/backend/memory.js rename to test/backend/memory.test.js index d9263d6b..20ce290a 100644 --- a/test/backend/memory.js +++ b/test/backend/memory.test.js @@ -109,7 +109,7 @@ test('update and delete', function () { (function ($) { -module("Backend Memory - BackboneSyncer"); +module("Backend Memory - Backbone"); var memoryData = { metadata: { diff --git a/test/index.html b/test/index.html index b1ac33c1..a97c37b6 100644 --- a/test/index.html +++ b/test/index.html @@ -33,7 +33,7 @@ - +