csantero / ember-sinon

Ember CLI addon adding support for sinon.js
MIT License
64 stars 13 forks source link

Does not work in an Ember Addon #9

Closed danfinlay closed 9 years ago

danfinlay commented 9 years ago

Ember Addons have their own testing strategy, and this ember-sinon for whatever reason isn't currently compatible with it.

christophermlne commented 9 years ago

I just discovered this as well.

christophermlne commented 9 years ago

actually nvmd. This works for me. I had to run $ bower install or restart the server. I'm not sure which action fixed it but it was one or the other.

csantero commented 9 years ago

Sorry I missed this originally, @flyswatter are you still experiencing this issue or can I mark this as closed?

danfinlay commented 9 years ago

I'm not currently working on a sinon-using addon, would take me a bit to verify, but I could totally believe this was my problem, and will reopen if I find my problem persists when I return to it.

fsmanuel commented 9 years ago

can we reopen? i'm using ember-cli 0.2.5 in an addon an ember install ember-sinon outputs: No dependencies installed. Runnpm installandbower installto install missing dependencies.

when i npm install --save-dev ember-sinon and run ember g ember-sinon i get: No dependencies installed. Runbower installto install missing dependencies. again.

fsmanuel commented 9 years ago

with ember-cli 0.2.6 it works. maybe there was something with the setup... no need to reopen.