Remove circular reference test for master.

This commit is contained in:
edgarsilva 2014-04-21 18:03:33 -05:00
parent 283b05b08a
commit 37af9c8e62
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ describe("Cylon", function() {
it("sets @robots to an empty array by default", function() {
expect(cylon.robots).to.be.eql([]);
});
it("sets @this to an circular instance to the master instance", function() {
expect(cylon.self).to.be.eql(cylon);
});
});
describe("#robot", function() {