Created
June 25, 2014 09:21
-
-
Save josemarluedke/023a4ab815e9bed62855 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#= 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