Skip to content

Instantly share code, notes, and snippets.

@josemarluedke
Created June 25, 2014 09:21
Show Gist options
  • Save josemarluedke/023a4ab815e9bed62855 to your computer and use it in GitHub Desktop.
Save josemarluedke/023a4ab815e9bed62855 to your computer and use it in GitHub Desktop.
#= require spec_helper
describe "Dashboard.ApplicationStore", ->
beforeEach( ->
Test.store = TestUtil.lookupStore()
)
it "works with latest Ember-Data revision", ->
assert.equal Test.store.get('revision'), 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment