Sha256: 4d7df78c70272f16464828d66763335ff484789d28c9c8a32b9f665e7aed0ef5
Contents?: true
Size: 189 Bytes
Versions: 6
Compression:
Stored size: 189 Bytes
Contents
describe("browser-specific spec that proves we're running in a browser", function() { it("should be in firefox", function() { expect(navigator.userAgent).toMatch(/Firefox/) }); });
Version data entries
6 entries across 6 versions & 1 rubygems