diff options
Diffstat (limited to 'test/assertions.js')
-rw-r--r-- | test/assertions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/assertions.js b/test/assertions.js index b936995..56da249 100644 --- a/test/assertions.js +++ b/test/assertions.js @@ -6,7 +6,7 @@ var should = require('should'); // Assertions to test if an Output has generated a file should.Assertion.add('file', function(file, description) { this.params = { - actual: this.obj.toString(), + actual: this.obj.root(), operator: 'have file ' + file, message: description }; |