Sha256: 57a05a1aaf925004438ed724b257927f6674b4088f0b783c162b4e5b3cecd37b
Contents?: true
Size: 377 Bytes
Versions: 8
Compression:
Stored size: 377 Bytes
Contents
require_spec('spec_helper.js'); require_main('application.js'); Screw.Unit(function () { describe("Your application javascript", function () { it("does something", function () { expect("hello").to(equal, "hello"); }); it("accesses the DOM from fixtures/application.html", function () { expect($('.select_me').length).to(equal, 2); }); }); });
Version data entries
8 entries across 8 versions & 2 rubygems