Sha256: 8b1b1dc2ed17e36520196c4fa6090092f2819d2229c8393870e99b405214f66a
Contents?: true
Size: 944 Bytes
Versions: 54
Compression:
Stored size: 944 Bytes
Contents
describe "Alchemy.LinkOverlay", -> beforeEach -> setFixtures('<div id="myelement"></div>') it "", -> expect(element.data("namedcache")).toEqual {} it "should throw an error", -> expect( -> ).toThrow name: "Error" message: "..." describe "should not interfere with another instance", -> beforeEach -> it "should a", -> expect().toEqual 'value1' it "should not b", -> expect().toEqual null describe "open", -> it "should ....", -> describe "close", -> it "should ....", -> describe "selectPage", -> it "should ....", -> describe "createLink", -> it "should ....", -> describe "selectTab", -> it "should ....", -> describe "showElementsSelect", -> it "should ....", -> describe "hideElementsSelect", -> it "should ....", -> describe "createTempLink", -> it "should ....", -> describe "removeLink", -> it "should ....", ->
Version data entries
54 entries across 54 versions & 1 rubygems