genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

fix failing tests #9

Closed arenoir closed 9 years ago

arenoir commented 9 years ago

Issue #6 I will have to take another shot at this later. I am getting inconsistent results in the browser. It appears as if the setup and teardown hooks are not called with every test?

frederikbosch commented 9 years ago

Looks great again, just have some minor quesions before merging.

frederikbosch commented 9 years ago

@arenoir Thanks again, wonderful help!

arenoir commented 9 years ago

Happy to contribute!