Closed jakecraige closed 10 years ago
I am having the same issue. Have you found a workaround, by any chance?
Sadly no.. I just has to not include foundation in my tests
On Thursday, January 9, 2014, Ernest Surudo wrote:
I am having the same issue. Have you found a workaround, by any chance?
— Reply to this email directly or view it on GitHubhttps://github.com/frodsan/qunit-rails/issues/15#issuecomment-31920135 .
See my vizify bio! [image: James Craige's Visual Thumbprint]https://www.vizify.com/es/501a695db146e100020002bd
Darn. I'm trying to do some integration testing with Ember.js and QUnit, so I need to include Foundation to have my whole app working...
Could you provide a test app to reproduce this?
here's one https://github.com/jakecraige/foundation-qunit-failure-example
It's just a base app with foundation and qunit-rails setup and throws the errors referenced above
Nice, beat me to the punch :)
On Jan 20, 2014, at 2:36 AM, Jake Craige notifications@github.com wrote:
here's one https://github.com/jakecraige/foundation-qunit-failure-example
— Reply to this email directly or view it on GitHub.
I released 0.0.6, could you test it please? :smile:
That fixed it. Nice job! I wonder what it was. Looks like foundation was updated as well recently.
Either way, with the newest of both no more errors
TBH, I think it was a problem in foundation. I didn't do anything :p. Anyway, I'm glad that it's fixed now :).
Beautiful, just upgraded foundation-rails, and works for me too :)
On Jan 20, 2014, at 7:13 PM, Francesco Rodríguez notifications@github.com wrote:
TBH, I think it was a problem in foundation. I didn't do anything :p. Anyway, I'm glad that it's fixed now :).
— Reply to this email directly or view it on GitHub.
When i have by
#= require foundation
in my application.js.coffee file it attempts fails loading the first file with this errorUncaught TypeError: Layer must be a document node
and then the rest throw errors because foundation wasn't defined