Browse Source

Rename the spec files

JC Brand 11 năm trước cách đây
mục cha
commit
326e5a188b
4 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 0 0
      spec/chatbox.js
  2. 0 0
      spec/chatroom.js
  3. 0 0
      spec/controlbox.js
  4. 4 3
      tests_main.js

+ 0 - 0
spec/ChatBoxSpec.js → spec/chatbox.js


+ 0 - 0
spec/ChatRoomSpec.js → spec/chatroom.js


+ 0 - 0
spec/ControlBoxSpec.js → spec/controlbox.js


+ 4 - 3
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;