Skip to content

Instantly share code, notes, and snippets.

@TheBronx
Created June 25, 2014 08:31
Show Gist options
  • Save TheBronx/49f9619761e23470b7db to your computer and use it in GitHub Desktop.
Save TheBronx/49f9619761e23470b7db to your computer and use it in GitHub Desktop.
describe('PhoneListCtrl', function(){
it('should create "phones" model with 3 phones', function() {
var scope = {},
ctrl = new PhoneListCtrl(scope);
expect(scope.phones.length).toBe(3);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment