mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(bower) Util.render -> rendy
This commit is contained in:
parent
cb219ae64e
commit
da2768d56b
17 changed files with 315 additions and 57 deletions
|
|
@ -81,18 +81,6 @@
|
|||
});
|
||||
|
||||
});
|
||||
|
||||
describe('render', function() {
|
||||
it('should render template with object of params', function() {
|
||||
var WORD = 'hello world',
|
||||
word = Util.render('hello {{ name }}', {
|
||||
name: 'world'
|
||||
});
|
||||
|
||||
WORD.should.equal(word);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue