Veselin Todorov
536b6dce20
Add should tests for type checks.
2012-02-25 20:42:49 +02:00
Veselin Todorov
f731ebbc67
Add function type check test.
2012-02-25 20:38:43 +02:00
Veselin Todorov
dadda1bebe
Add more type checks tests.
2012-02-25 20:33:05 +02:00
Veselin Todorov
701feaa671
Add test for new Number
type check.
2012-02-25 20:28:40 +02:00
Veselin Todorov
5d6cd00ec0
Fix type of actual checks.
2012-02-25 20:25:32 +02:00
Jake Luer
567656290b
Release 0.4.0
2012-02-25 12:19:47 -05:00
Jake Luer
d9215b87b5
docs and readme for upcoming 0.4.0
2012-02-25 12:17:33 -05:00
Jake Luer
83c70dbfa0
docs generated
2012-02-25 01:33:59 -05:00
Jake Luer
ec4527cf4d
putting coverage and tests for docs in docs/out/support
2012-02-25 01:33:59 -05:00
Jake Luer
c8ce24deb1
make docs
2012-02-25 01:33:59 -05:00
Jake Luer
b423ea7830
makefile copy necessary resources for tests in docs
2012-02-25 01:33:59 -05:00
Jake Luer
d871b5f7d9
rename configuration test
2012-02-25 01:33:59 -05:00
Jake Luer
4041687fc3
Merge pull request #21 from logicalparadox/close-to
...
Assertion#closeTo
2012-02-24 14:34:25 -08:00
Veselin Todorov
470777e200
Update the browser version.
2012-02-25 00:06:52 +02:00
Veselin Todorov
a9e53d5662
Update closeTo()
docs.
2012-02-25 00:06:08 +02:00
Veselin Todorov
c735d7ea04
Add Assertion.closeTo()
method.
2012-02-25 00:04:26 +02:00
Veselin Todorov
833a80c4d3
Add .closeTo()
should test.
2012-02-25 00:00:15 +02:00
Veselin Todorov
400f67dbf0
Add .closeTo()
expect test.
2012-02-25 00:00:03 +02:00
Jake Luer
bfa1833a37
Merge pull request #20 from logicalparadox/satisfy
...
Assertion#satisfy
2012-02-24 12:51:52 -08:00
Veselin Todorov
66bb1d5971
Update the browser version.
2012-02-24 22:46:29 +02:00
Veselin Todorov
ec0277de5c
..
-> ()
in .satisfy()
should test.
2012-02-24 22:46:04 +02:00
Veselin Todorov
6857d0ccc4
Update example for .satisfy()
.
2012-02-24 22:44:52 +02:00
Veselin Todorov
f8b840fcd4
Update the compiled browser version.
2012-02-24 22:37:14 +02:00
Veselin Todorov
92b8ffe589
Add Assertion.satisfy()
method.
2012-02-24 22:36:25 +02:00
Veselin Todorov
06446fd8e0
Add .satisfy()
should test.
2012-02-24 22:30:30 +02:00
Veselin Todorov
55814ded6f
Add .satisfy()
expect test.
2012-02-24 22:30:20 +02:00
Jake Luer
973f8cf517
Merge pull request #19 from logicalparadox/respond-to
...
Assertion#respondTo
2012-02-24 12:01:00 -08:00
Veselin Todorov
9f753f1e5b
Update the compiled browser version.
2012-02-24 21:55:30 +02:00
Veselin Todorov
08371a4eee
Add respondTo
Assertion.
2012-02-24 21:54:12 +02:00
Veselin Todorov
f5b1a873d4
Add respondTo
should test.
2012-02-24 21:53:33 +02:00
Veselin Todorov
27a36a5f85
Add respondTo
expect test.
2012-02-24 21:53:15 +02:00
Jake Luer
5bbcad9840
Merge branch 'feature/coverage'
2012-02-24 03:00:03 -05:00
Jake Luer
38b0bcc2ea
mocha coverage support
2012-02-24 02:59:52 -05:00
Jake Luer
0f64f8a5de
doc contributors
2012-02-23 00:15:00 -05:00
Jake Luer
d8f9d3dd76
README contributors
2012-02-23 00:14:02 -05:00
Jake Luer
be20799f37
Release 0.3.4
2012-02-23 00:09:29 -05:00
Jake Luer
ac0cb859bf
inline comment typos for #15
2012-02-22 23:54:31 -05:00
Jake Luer
a5dcc4b6f9
Merge branch 'refs/heads/jeffbski-configErrorStackCompat'
2012-02-22 23:46:32 -05:00
Jake Luer
937474cd25
includeStack documentation for all interfaces
2012-02-22 23:45:58 -05:00
Jake Luer
fad1e41adc
suite name more generic
2012-02-22 23:45:19 -05:00
Jeff Barczewski
d23c5a8d4e
Update test to be compatible with browsers that do not support err.stack
2012-02-22 16:45:42 -06:00
Jeff Barczewski
f64cb3ab0e
udpated compiled chai.js and added to browser tests
2012-02-22 16:17:08 -06:00
Jeff Barczewski
105fb02e98
Allow inclusion of stack trace for Assert error messages to be configurable
...
```javascript
Assertion.includeStack = true; // enable stack trace to be included on error
```
Default value is false, resulting in less cluttered error results.
Allow user to configure this to true, to see stack trace to where error
occurred.
2012-02-22 14:17:49 -06:00
Jake Luer
97271cef6b
docs sharing buttons
2012-02-17 15:39:20 -05:00
Jake Luer
3b8507059c
sinon-chai link
2012-02-13 18:52:17 -05:00
Jake Luer
b7d601020b
doc updates
2012-02-13 14:10:44 -05:00
Jake Luer
502c09c360
read me updates include plugins
2012-02-13 14:03:34 -05:00
Jake Luer
de582d61d4
Release 0.3.3
2012-02-12 18:07:08 -05:00
Jake Luer
5a18f7bb18
Merge pull request #14 from jfirebaugh/configurable_properties
...
Make Assertion.prototype properties configurable
2012-02-12 15:03:44 -08:00
John Firebaugh
1c6f9a0fdd
Make Assertion.prototype properties configurable
...
This allows plugins to install object-specific behavior
for built-in assertions.
2012-02-12 14:45:08 -08:00