You'll want to add to the docs (
http://pivotal.github.com/jasmine-
webos/guide.html) that, in addition to adding the Jasmine files to
sources.json, you need to add the "test" scene for any assistants that
are tested. For example:
{
"source": "app/assistants/first-assistant.js",
"scenes": ["first", "test"]
},
{ "source": "plugins/jasmine-webos/app/lib/jasmine.js"},
{ "source": "plugins/jasmine-webos/app/lib/jasmine-webos.js"},
{ "source": "spec/models/first-spec.js"}
Also, I'm not sure it's a good idea to have the Jasmine test scene
called "test", just like Mojo.Test's test scene.