diff --git a/spec/ChatBoxSpec.js b/spec/chatbox.js similarity index 100% rename from spec/ChatBoxSpec.js rename to spec/chatbox.js diff --git a/spec/ChatRoomSpec.js b/spec/chatroom.js similarity index 100% rename from spec/ChatRoomSpec.js rename to spec/chatroom.js diff --git a/spec/ControlBoxSpec.js b/spec/controlbox.js similarity index 100% rename from spec/ControlBoxSpec.js rename to spec/controlbox.js diff --git a/tests_main.js b/tests_main.js index bd8961bb5..d4e41ae08 100644 --- a/tests_main.js +++ b/tests_main.js @@ -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;