Sha256: 40c114285120b663f3515c98131aa7f950d73e5b8bf4911b4447b2b90de8fff9
Contents?: true
Size: 1.33 KB
Versions: 14
Compression:
Stored size: 1.33 KB
Contents
{I" class:ETI"BundledAsset; FI"logical_path; TI"+netzke/testing/helpers/expectations.js; TI" pathname; TI"q/Users/mxgrn/code/netzke/netzke-testing/app/assets/javascripts/netzke/testing/helpers/expectations.js.coffee; FI"content_type; TI"application/javascript; TI" mtime; Tl+Ŷ7UI"length; TiPI"digest; TI"%445daaa48f8b5191012e640bb3e86918; FI"source; TI"P(function() { Ext.apply(window, { expectToSee: function(cmp) { if (Ext.isString(cmp)) { throw cmp + " not found"; } return expect(Ext.isObject(cmp) || Ext.isElement(cmp)).to.be.ok(); }, expectToNotSee: function(el) { return expect(Ext.isString(el)).to.be.ok(); }, expectDisabled: function(cmp) { if (Ext.isString(cmp)) { throw cmp + " not found"; } return expect(cmp.isDisabled()).to.be(true); }, expectEnabled: function(cmp) { if (Ext.isString(cmp)) { throw cmp + " not found"; } return expect(cmp.isDisabled()).to.be(false); }, expectInvisibleBodyOf: function(cmp) { if (Ext.isString(cmp)) { throw cmp + " not found"; } return expect(cmp.body.isVisible()).to.be(false); } }); }).call(this); ; TI"required_assets_digest; TI"%c8242601f535af78726c9cc54a8d0639; FI" _version; TI"%64e62ddc273c2f5847f30d698ca14b67; F
Version data entries
14 entries across 7 versions & 1 rubygems