Rename the spec files

This commit is contained in:
JC Brand 2013-12-16 19:42:46 +02:00
parent d1bf5b8466
commit 326e5a188b
4 changed files with 4 additions and 3 deletions

View File

@ -113,9 +113,10 @@ require([
require([
"jasmine-console-reporter",
"jasmine-junit-reporter",
"spec/ControlBoxSpec",
"spec/ChatBoxSpec",
"spec/ChatRoomSpec"
"spec/converse",
"spec/controlbox",
"spec/chatbox",
"spec/chatroom"
], function () {
// Make sure this callback is only called once.
delete converse.callback;