guardian / sbt-jasmine-plugin

An SBT plugin for running jasmine tests in your build.
23 stars 28 forks source link

errors while using jasmine-gen-runner #3

Closed ebelanger closed 12 years ago

ebelanger commented 12 years ago

define is not defined in test-dependencies.js require is not defined in task.spec.js

This is when using the jasmine-gen-runner from the sbt-jasmine-exemple projet.

theefer commented 12 years ago

I fixed the problem both in sbt-jasmine-plugin and sbt-jasmine-example, please try again and let me know if it fixed it for you.

ebelanger commented 12 years ago

Thank you very much :) That was really fast and now it works perfectly.