Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View kdabrowski's full-sized avatar

Krzysztof Dabrowski kdabrowski

View GitHub Profile
`import Ember from 'ember'`
`import startApp from '../../helpers/start-app'`
`import stub from '../../helpers/api-stub'`
App = null
server = null
module "Acceptance: InboxShow",
setup: ->
App = startApp()