remote.require should return the same object for the same module.
authorCheng Zhao <zcbenz@gmail.com>
Tue, 23 Jul 2013 03:59:07 +0000 (11:59 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Tue, 23 Jul 2013 03:59:07 +0000 (11:59 +0800)
commit620c9fa10996e4ce1a05b24a98e70800f13e93ba
tree62a59d45fca90c7918e9cab2953fb71c2464e3d7
parent2f9c30dd50cfe42239fef79742477653e8dd0f9f
remote.require should return the same object for the same module.

This is required to use jasmine to test methods of the remote module.
renderer/api/lib/remote.coffee
spec/api/ipc.coffee [new file with mode: 0644]