-
Mocks and stubs don't alert you when mocking/stubbing a method that the object doesn't respond to. This can cover up places in the code where methods are being called that are no longer defined. In my…
-
The `specdoc` formatter shows the reason for a failed test only after all tests are done. This has the disadvantage that (depending on how long your tests take) you may have to wait quite some time b…
-
This perhaps a stupid question. I follow the instruction and execute the sample test: mvn jasmine:test
I can see on 'target' directory, there are:
- ManualSpecRunner.html
- SpecRunner.html
- TEST-jasm…
-
### Reboot
Development has been stalled for the past year. I have not been the best maintainer. Now, this changes. The admittedly lofty goal is for Kiwi to become the test library for iOS.
This is t…
-
We're in agreement that a very important thing to do with Scribbeo before all else, is to get this sucker well-tested so we can avoid regressions.
This ticket will serve to:
- Guide in selecting the …
-
Hi,
Trying to use Chai 1.1.1 in an AMD environment (RequireJS 2.0.4) and I'm running into a problem. RequireJS loads the main chai.js file, but then attempts to load each submodule (assertion.js, br…
-
Is this meant to be the case?
![Screen Shot 2013-02-04 at 6 39 04 PM](https://f.cloud.github.com/assets/579928/122919/229b7496-6e9e-11e2-9b72-f3e18cb4f481.png)
-
The link to [BDD](http://pivotal.github.com/jasmine/bdd) in the [Grouping Related Specs with `describe`](http://pivotal.github.com/jasmine/#section-Grouping_Related_Specs_with_describe
-
Are there any plans to upgrade the plugin to the newer version of Jasmine 1.2.0?
-
I am using Chai with Mocha in the browser and with the "should" BDD style. When I attempt to use
My test is the following:
``` javascript
it('should not pollute the global namespace', function(…