Skip to content

Commit

Permalink
Fixed test desc
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjanmyr committed Mar 31, 2015
1 parent 0475bf1 commit 6adf7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/test/NAME.da-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var assert = require("assert")
var {{dromedarcase .NAME}} = require("../lib/{{dasherized .NAME}}");

describe('{{dromedarcase .NAME}}', function(){
it('should return -1 when the value is not present', function(){
it('returns the name string', function(){
var actual = {{dromedarcase .NAME}}();
assert.equal(actual, "{{dromedarcase .NAME}}");
});
Expand Down

0 comments on commit 6adf7ee

Please sign in to comment.