Sha256: f3440e527a584e58bc78a2bfa11ea20a5b66d985ffc7fc5f4e761565345255c7
Contents?: true
Size: 217 Bytes
Versions: 17
Compression:
Stored size: 217 Bytes
Contents
describe("ApplicationController", function() { var controller; beforeEach(function() { controller = new ApplicationController(); }); it("does something", function() { expect(1).toEqual(1); }); });
Version data entries
17 entries across 17 versions & 1 rubygems