Clean code.

This commit is contained in:
Lars Jung 2015-04-22 19:34:35 +02:00
parent c396800dfa
commit 882bf8ae11
17 changed files with 202 additions and 148 deletions

View file

@ -77,15 +77,15 @@ describe('module "' + ID + '"', function () {
});
});
describe('publics', function () {
describe('.set()', function () {
it('.set() is function', function () {
it('is function', function () {
var instance = this.applyFn();
assert.ok(_.isFunction(instance.set));
});
it('.set() works', function () {
it('works', function () {
var instance = this.applyFn();