Commit 326e5a18 authored by JC Brand's avatar JC Brand

Rename the spec files

parent d1bf5b84
...@@ -113,9 +113,10 @@ require([ ...@@ -113,9 +113,10 @@ require([
require([ require([
"jasmine-console-reporter", "jasmine-console-reporter",
"jasmine-junit-reporter", "jasmine-junit-reporter",
"spec/ControlBoxSpec", "spec/converse",
"spec/ChatBoxSpec", "spec/controlbox",
"spec/ChatRoomSpec" "spec/chatbox",
"spec/chatroom"
], function () { ], function () {
// Make sure this callback is only called once. // Make sure this callback is only called once.
delete converse.callback; delete converse.callback;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment