Skip to content

Commit

Permalink
fail method on Should and Expect interfaces now has BDD as namespace. C…
Browse files Browse the repository at this point in the history
…loses #487
  • Loading branch information
lucasfcosta committed Apr 8, 2016
1 parent 6b640f7 commit bfcc2d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/chai/interface/expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function (chai, util) {
* @param {Mixed} expected
* @param {String} message
* @param {String} operator
* @namespace Expect
* @namespace BDD
* @api public
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/chai/interface/should.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = function (chai, util) {
* @param {Mixed} expected
* @param {String} message
* @param {String} operator
* @namespace Should
* @namespace BDD
* @api public
*/

Expand Down

0 comments on commit bfcc2d6

Please sign in to comment.