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
Jake Luer
f35cab9f2a
Release 0.3.2
2012-02-10 11:38:51 -05:00
Jake Luer
7356faa7ca
codex version
2012-02-10 11:37:07 -05:00
Jake Luer
d5387fb253
docs
2012-02-10 11:32:48 -05:00
Jake Luer
3fdd508721
docs cleanup
2012-02-10 11:32:44 -05:00
Jake Luer
abdcf3786d
Release 0.3.1
2012-02-07 17:34:55 -05:00
Jake Luer
912208266b
node 0.4.x compat
2012-02-07 17:32:49 -05:00
Jake Luer
73c50bacbf
Release 0.3.0
2012-02-07 16:59:45 -05:00
Jake Luer
c9f8aadf14
Merge branch 'feature/03x'
2012-02-07 16:58:17 -05:00
Jake Luer
bd44911f30
browser build
2012-02-07 16:57:49 -05:00
Jake Luer
0a7a4fc4d4
remove html/json/headers testign
...
these can be implemented in a plugin
2012-02-07 16:41:29 -05:00
Jake Luer
67024ae9f5
regex error.message testing
2012-02-07 16:39:08 -05:00
Jake Luer
3d964e5479
tests for using plugins
2012-02-07 16:13:17 -05:00
Jake Luer
1f7892164d
Merge pull request #11 from domenic/master
...
Make `chai.use` a no-op if the function has already been used.
2012-02-06 11:19:19 -08:00
Domenic Denicola
bea973fa11
Make chai.use
a no-op if the function has already been used.
...
Fixes issue discussed in #9 , where if two test scripts call `chai.use(extension)`, property redefinition errors occur.
2012-02-06 11:38:14 -05:00
Jake Luer
2ad9f016f7
Release 0.2.4
2012-02-02 00:56:04 -05:00
Jake Luer
dc2c2ddab2
added in past tense for been
2012-02-02 00:54:20 -05:00
Jake Luer
3fe2a365b3
Release 0.2.3
2012-02-01 22:04:48 -05:00
Jake Luer
4bff33622b
try that again
2012-02-01 22:03:33 -05:00
Jake Luer
19011701aa
Release 0.2.2
2012-02-01 21:57:59 -05:00
Jake Luer
0b215480db
added been
(past of be
) alias
2012-02-01 21:57:12 -05:00
Jake Luer
58244843c6
Release 0.2.1
2012-01-29 20:27:13 -05:00
Jake Luer
2d35f8f4cd
added Throw, with a capital T, as an alias to throw
( #7 )
...
meddlesome browsers beware!
2012-01-29 20:25:56 -05:00
Jake Luer
431d431359
Release 0.2.0
2012-01-26 19:17:59 -05:00
Jake Luer
63b870c5f3
update gitignore for vim *.swp
2012-01-26 19:15:20 -05:00
Jake Luer
d0d7c9d530
Merge branch 'feature/plugins'
2012-01-26 19:15:00 -05:00
Jake Luer
a75fdd9b17
browser build
2012-01-26 19:14:24 -05:00
Jake Luer
cf896bf138
interfaces now work with use
2012-01-26 19:14:08 -05:00