Skip to content

Instantly share code, notes, and snippets.

@msanroman
Created May 13, 2012 22:55
Show Gist options
  • Save msanroman/2690652 to your computer and use it in GitHub Desktop.
Save msanroman/2690652 to your computer and use it in GitHub Desktop.
pomodori.js - describing a Task should exist
describe 'Task', ->
it "should exist", ->
expect(PomoJS.Models.Task).toBeDefined()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment