-
Trace:
```
$ npm test
> mocha@1.9.0 test C:\Documents and Settings\apenneba\Desktop\src\mocha
> make test-all
module.js:340
throw err;
^
Error: Cannot find module 'C:\Documents'
…
-
I'm getting a failing spec when using the new expect syntax:
```
require 'rspec/autorun'
class Teacher
def give_detention
call_parent( :warning )
end
def call_parent( message )
end
en…
-
Unfortunately didn't get to do any client-side testing, so it'd be reassuring to focus on that (and do some refactoring too) for the next round and integrate it with CI.
-
Hey,
Since upgrading to version 1.2.0.0, my test specs no longer execute correctly when a headless run is attempted (either on the command-line or in the CI environment).
The plugin configuration lo…
-
I like the require.js support but it doesn't work perfectly in my multi-application corporate environment.
Why? We have a "bootstrap" script that is served dynamically by environment. It is respons…
-
I'm new to Jasmine and BDD, but I just wanted to leave a note to say that it was unclear to me that I needed the word "spec" in the .coffee or .js filename. I figured since the specs where in the spec…
-
Searls,
BTW, I've just finished using jasmine:bdd for a couple days with a Ext JS 4 application and love it. It works great. I do have an issue with jasmine:test. It is probably specific to Ext JS…
dehru updated
11 years ago
-
The task **yeoman server:test** works fine because it's not going through Phantom, but when I try to run **yeoman test** it gives me the PhatomJS has timed out error. This error only comes about when …
-
I`m using shoulda and locally it works excellent.
But I dont know why when im pushing branches(it happens on random branches but on some this problem didn`t occurs) all my shoulda specs fails.
I r…
-
I got this huge exception when running the test.
Basically i'm using requirejs and it tried to locate a file which was not there.
```
Feb 28, 2013 1:44:47 PM com.gargoylesoftware.htmlunit.javascript.…