Sha256: b68c190d02aaa2f3bd0e254af326375f477f9af480c9308e9cee42ec21dac496
Contents?: true
Size: 401 Bytes
Versions: 15
Compression:
Stored size: 401 Bytes
Contents
'use strict'; /* jasmine specs for controllers go here */ describe('MyCtrl1', function(){ var myCtrl1; beforeEach(function(){ myCtrl1 = new MyCtrl1(); }); it('should ....', function() { //spec body }); }); describe('MyCtrl2', function(){ var myCtrl2; beforeEach(function(){ myCtrl2 = new MyCtrl2(); }); it('should ....', function() { //spec body }); });
Version data entries
15 entries across 15 versions & 1 rubygems