Skip to content

Instantly share code, notes, and snippets.

@LBRapid
Created July 1, 2013 19:29
Show Gist options
  • Select an option

  • Save LBRapid/5903792 to your computer and use it in GitHub Desktop.

Select an option

Save LBRapid/5903792 to your computer and use it in GitHub Desktop.
describe 'Scheduler Model', ->
describe 'when instantiated', ->
it 'should exhibit attributes', ->
scheduler = new Augury.Models.Scheduler count: '10', interval: 'days'
expect(scheduler.get('count')).toEqual('10')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment