Skip to content

Commit

Permalink
Merge pull request #673 from lucasfcosta/fail-bdd-namespace
Browse files Browse the repository at this point in the history
fail method on Should and Expect interfaces now has BDD as namespace
  • Loading branch information
keithamus committed Apr 9, 2016
2 parents 6b640f7 + bfcc2d6 commit 4f72846
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 4f72846

Please sign in to comment.