describe "Unit Testing Examples", ->

  beforeEach angular.mock.module('shuttlerock')

  it 'should have a HomeCtrl controller', ->
    expect(HomeCtrl).toBeDefined()
